Skip to content

Commit

Permalink
Update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Apr 5, 2024
1 parent b153870 commit 1ca268a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
id: build

- name: Run tests
run: forge test -vvv
run: yarn test -vvv

- name: Run snapshot
run: forge snapshot
# - name: Run snapshot
# run: forge snapshot

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

0 comments on commit 1ca268a

Please sign in to comment.