Skip to content

Commit 5c3f1d5

Browse files
committed
fix gh action 2
1 parent 42065c1 commit 5c3f1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- run: git branch --track main origin/main
3434
if: ${{ github.event_name == 'pull_request' }}
3535

36-
- run: nx format:check
36+
- run: npx nx format:check
3737
- run: npx nx affected -t lint test build

0 commit comments

Comments
 (0)