diff options
author | 2021-02-08 20:53:41 +0200 | |
---|---|---|
committer | 2021-02-08 20:53:41 +0200 | |
commit | e0ea61a77c8460d3bf1c31b592364864a7abf6c5 (patch) | |
tree | 3361cd5725939f4ae8b0724ed4fbb68565c2cdf8 /.github | |
parent | Break some rules for testing (diff) |
Remove quiet flag to show warnings
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test_and_lint.yml | 2 |
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/ |