Skip to content

Commit

Permalink
chore: fix slither ci infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Apr 8, 2024
1 parent d19f2a3 commit 63a48fb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,10 @@ jobs:
with:
version: nightly

- name: Compile foundry
run: forge build --build-info --skip */test/** */scripts/** --force

- name: "Run Slither analysis"
uses: "crytic/[email protected]"
id: "slither"
with:
ignore-compile: true
fail-on: "none"
sarif: "results.sarif"

Expand Down

0 comments on commit 63a48fb

Please sign in to comment.