We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42065c1 commit 5c3f1d5Copy full SHA for 5c3f1d5
.github/workflows/ci.yml
@@ -33,5 +33,5 @@ jobs:
33
- run: git branch --track main origin/main
34
if: ${{ github.event_name == 'pull_request' }}
35
36
- - run: nx format:check
+ - run: npx nx format:check
37
- run: npx nx affected -t lint test build
0 commit comments