Skip to content

Commit

Permalink
Update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed May 10, 2024
1 parent 8ce55c4 commit ba4b266
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
# ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
# run: yarn test -vvv

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

- name: Check typings on nextjs
run: yarn next:check-types
# - name: Check typings on nextjs
# run: yarn next:check-types

0 comments on commit ba4b266

Please sign in to comment.