Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xgregthedev committed Sep 16, 2023
1 parent 7ece281 commit 03f1fff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,23 @@ jobs:
- run: yarn

- uses: onbjerg/foundry-toolchain@v1

- run: forge test --ffi -vvv

lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive

- uses: actions/setup-node@v3
with:
node-version: 18

- run: yarn

- uses: onbjerg/foundry-toolchain@v1

- run: forge fmt --check

0 comments on commit 03f1fff

Please sign in to comment.