Skip to content

Commit f3cba95

Browse files
authored
ci: fix next linter workflow (#578)
1 parent f56fdeb commit f3cba95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-nx-next.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
nx-version: 'next'
1616
- name: Lint
17-
run: npx nx lint ngx-deploy-npm
17+
run: npx nx lint ngx-deploy-npm --fix
1818

1919
build-next:
2020
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)