Skip to content

Commit

Permalink
Change how slither is installed and run
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkcoffee committed Jan 25, 2024
1 parent bf87b12 commit 5af381d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,16 @@ jobs:
name: Run slither
runs-on: ubuntu-latest
steps:
- name: Setup Slither1
uses: sudo apt install python3-setuptools
- name: Setup Slither2
uses: sudo apt install python3-pip
- name: Setup Slither3
uses: sudo pip3 install doge
- name: Checkout Code
uses: actions/checkout@v3
- name: Run slither
uses: crytic/[email protected]
with:
slither-args: --compile-force-framework forge --foundry-out-directory foundry-out
uses: slither --compile-force-framework forge --foundry-out-directory foundry-out .
publish:
name: Publish to NPM (dry run)
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5af381d

Please sign in to comment.