We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eace3e commit bf29056Copy full SHA for bf29056
.github/workflows/checks.yml
@@ -24,10 +24,11 @@ jobs:
24
github.com:443
25
release-assets.githubusercontent.com:443
26
objects.githubusercontent.com:443
27
- raw.githubusercontent.com:443
+ release-assets.githubusercontent.com:443
28
+
29
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- - name: Run Natspec Lint
30
- uses: beeb/lintspec@fd5b71ffc838f63f81caf3e85e90760d124efac2 # v0.4.1
+ - uses: beeb/lintspec@fd5b71ffc838f63f81caf3e85e90760d124efac2 # v0.4.1
31
+ # all the lines below are optional
32
with:
33
working-directory: "./"
34
paths: "[./src/contracts/]" # Only lint src/contracts/
0 commit comments