Skip to content

Commit

Permalink
ci: fail lint on warnings
Browse files Browse the repository at this point in the history
We do not have any warnings right now. Let us keep it that way.

Signed-off-by: Max <max@nextcloud.com>
  • Loading branch information
max-nextcloud committed Jul 12, 2022
1 parent adf2371 commit 9717567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: npm install
run: npm ci
- name: eslint
run: npm run lint
run: npm run lint -- --max-warnings 0
env:
CI: true

Expand Down

0 comments on commit 9717567

Please sign in to comment.