Skip to content

Commit

Permalink
update: add format check step
Browse files Browse the repository at this point in the history
  • Loading branch information
smithii-tech committed Apr 11, 2024
1 parent b3626e0 commit 8d164cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
run: yarn install --immutable
working-directory: ./packages/nextjs

- name: Check Code Format
run: npm run format:check

- name: Run Next.js lint
run: yarn next:lint --max-warnings=0
working-directory: ./packages/nextjs
Expand Down

0 comments on commit 8d164cc

Please sign in to comment.