Skip to content

Commit

Permalink
fix slither yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jul 11, 2024
1 parent ac14eba commit 264dda6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/slither.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive

- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: "18"

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install Dependencies
run: yarn install

Expand Down

0 comments on commit 264dda6

Please sign in to comment.