Skip to content

Commit

Permalink
fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
gpylypchuk committed Feb 19, 2024
1 parent edffadb commit c668e70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
push:
branches: [ development ]
paths:
- '**.sol'
- 'src/**.sol'
pull_request:
paths:
- '**.sol'
- 'src/**.sol'

jobs:
analyze:
Expand All @@ -26,6 +26,7 @@ jobs:
node-version: 16
sarif: results.sarif
fail-on: all
target: 'src/'

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit c668e70

Please sign in to comment.