Skip to content

Commit

Permalink
fix: exclude format:check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Feb 5, 2024
1 parent 37010fe commit 844d172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nx-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
# This line is needed for nx affected to work when CI is running on a PR
- run: git branch --track main origin/main

- run: npx nx-cloud record -- nx format:check
# - run: npx nx-cloud record -- nx format:check
- run: npx nx affected -t build --parallel=3

0 comments on commit 844d172

Please sign in to comment.