Skip to content

Commit

Permalink
Fix slither-args path in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Feb 20, 2024
1 parent 0ecef48 commit 38e2921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: '18'
fail-on: 'medium' # Fail the action on medium severity issues
slither-args: './contracts --filter-paths "contracts/mock" --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/'
slither-args: ' /contracts --filter-paths "contracts/mock" --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/'

- name: Create/update checklist as PR comment
uses: actions/github-script@v7
Expand Down

0 comments on commit 38e2921

Please sign in to comment.