Skip to content

Commit

Permalink
add foundry setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrosario committed Nov 24, 2023
1 parent 91b81bc commit d87e17f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ runs:
registry-url: https://registry.npmjs.org
cache: pnpm

- name: Set up foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install node modules
run: pnpm install
shell: bash

0 comments on commit d87e17f

Please sign in to comment.