Skip to content

Commit

Permalink
ci: install foundry in lint ci (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj authored Jul 21, 2022
1 parent 0c13dce commit 91c03a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v3

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

- uses: pnpm/[email protected]
with:
version: latest
Expand Down

0 comments on commit 91c03a5

Please sign in to comment.