Skip to content

Commit

Permalink
ci: add formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
getlarge committed Aug 1, 2024
1 parent f0b16f6 commit 99af446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
with:
workflow-id: 'ci.yml'

- run: npx nx format:check

- run: npx nx affected -t lint test build
if: ${{ !env.ACT }}

Expand Down

0 comments on commit 99af446

Please sign in to comment.