Skip to content

Commit

Permalink
exclude ajna token from slither
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed Dec 21, 2023
1 parent 65e8aa8 commit 0cc7d5a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ jobs:
pip install slither-analyzer
id: slither

- name: Analyze AjnaToken
run: |
solc-select install 0.8.7 && solc-select use 0.8.7
slither src/token/ --exclude solc-version --compile-force-framework foundry
id: token_analyzer

- name: Analyze GrantFund
run: |
solc-select install 0.8.18 && solc-select use 0.8.18
Expand Down

0 comments on commit 0cc7d5a

Please sign in to comment.