Skip to content

Commit 34f1f75

Browse files
max-nextcloudjuliusknorr
authored andcommitted
ci: fail lint on warnings
We do not have any warnings right now. Let us keep it that way. Signed-off-by: Max <[email protected]>
1 parent 0e50649 commit 34f1f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: npm install
3434
run: npm ci
3535
- name: eslint
36-
run: npm run lint
36+
run: npm run lint -- --max-warnings 0
3737
env:
3838
CI: true
3939

0 commit comments

Comments
 (0)