Skip to content

Commit

Permalink
Update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Feb 25, 2024
1 parent 7802b26 commit f641549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
- name: Install dependencies
run: yarn install --immutable

- 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

0 comments on commit f641549

Please sign in to comment.