Skip to content

Commit

Permalink
Update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Nov 29, 2023
1 parent ea42e68 commit c6a393d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,18 @@ jobs:
- name: Install dependencies
run: yarn install --immutable


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

- name: Run hardhat node, deploy contracts (& generate contracts typescript output)
run: yarn chain & yarn deploy

- name: Run tests
run: forge test -vvv

- name: Run snapshot
run: forge snapshot

- name: Run hardhat node, deploy contracts (& generate contracts typescript output)
run: yarn chain & yarn deploy

- name: Run nextjs lint
run: yarn next:lint --max-warnings=0

Expand Down

0 comments on commit c6a393d

Please sign in to comment.