Skip to content

Commit bf29056

Browse files
committed
wip
1 parent 3eace3e commit bf29056

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
github.com:443
2525
release-assets.githubusercontent.com:443
2626
objects.githubusercontent.com:443
27-
raw.githubusercontent.com:443
27+
release-assets.githubusercontent.com:443
28+
2829
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
29-
- name: Run Natspec Lint
30-
uses: beeb/lintspec@fd5b71ffc838f63f81caf3e85e90760d124efac2 # v0.4.1
30+
- uses: beeb/lintspec@fd5b71ffc838f63f81caf3e85e90760d124efac2 # v0.4.1
31+
# all the lines below are optional
3132
with:
3233
working-directory: "./"
3334
paths: "[./src/contracts/]" # Only lint src/contracts/

0 commit comments

Comments
 (0)