Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax <max@nextcloud.com>2022-07-12 11:17:46 +0300
committermax-nextcloud (Rebase PR Action) <max-nextcloud@users.noreply.github.com>2022-07-12 15:09:40 +0300
commit9717567473aeea6f243d8244d14fef51dc7401ba (patch)
tree99eb1787244c0ea79ea0c6a95194bd018001ab08 /.github
parentadf23713704fadae41ed2c0831a7242e489326f0 (diff)
ci: fail lint on warnings
We do not have any warnings right now. Let us keep it that way. Signed-off-by: Max <max@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index bd0f2f53e..9176eaab9 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -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