Skip to content

feat(ci): lint natspec #7

feat(ci): lint natspec

feat(ci): lint natspec #7

Workflow file for this run

name: Lintspec
on:
pull_request:
jobs:
lintspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: beeb/[email protected]
# all the lines below are optional
with:
working-directory: "./"
paths: "[contracts/**/*.sol]"
exclude: "[]"
extra-args: ""
version: "latest"
fail-on-problem: "true"