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 2f86aa2 commit ea42e68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

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

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
Expand All @@ -42,6 +40,9 @@ jobs:
- 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 ea42e68

Please sign in to comment.