aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-02-08 20:53:41 +0200
committerGravatar GitHub <[email protected]>2021-02-08 20:53:41 +0200
commite0ea61a77c8460d3bf1c31b592364864a7abf6c5 (patch)
tree3361cd5725939f4ae8b0724ed4fbb68565c2cdf8 /.github
parentBreak some rules for testing (diff)
Remove quiet flag to show warnings
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test_and_lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml
index f414c4e..4767b3e 100644
--- a/.github/workflows/test_and_lint.yml
+++ b/.github/workflows/test_and_lint.yml
@@ -44,4 +44,4 @@ jobs:
run: yarn install
- name: Lint
- run: yarn run eslint --ext .ts,.tsx --quiet --format ./annotations_formatter.js src/
+ run: yarn run eslint --ext .ts,.tsx --format ./annotations_formatter.js src/