Skip to content

Commit

Permalink
chore(build): disable Solidity workflow
Browse files Browse the repository at this point in the history
Instead of commenting out the entire file (which results in linter
complaints), use the `if` statement to disable it.
  • Loading branch information
MaxMustermann2 committed Feb 26, 2024
1 parent c2c49f9 commit b7ea4d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:

jobs:
analyze:
# disabled for now, since we don't have any Solidity files.
if: ${{ false }}
name: Run Slither
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit b7ea4d3

Please sign in to comment.