Skip to content

Commit

Permalink
👷 Temporary disable Slither's workflow
Browse files Browse the repository at this point in the history
Since the PR #18, Slither throws an error related to IR when analyzing
our repository. I do not know where this issue comes from and I have the
feeling the issue is in Slither's hands. That's why I posted a comment to
their repository
[here](crytic/slither#2217 (comment))

Until we find the fix, I'm disabling the CI workflow that runs Slither.
  • Loading branch information
qd-qd committed Jan 12, 2024
1 parent f6c539b commit de425db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ on:
- foundry.toml

jobs:
test:
static-analysis:
# @TODO: Enable this again once the issue #19 is fixed
if: false
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down

0 comments on commit de425db

Please sign in to comment.