chore(ci): run lint workflow quiet

This commit is contained in:
Daniel Sogl 2021-12-25 20:46:28 +00:00 committed by GitHub
parent 771552cd42
commit 104e66db28

View File

@ -21,7 +21,7 @@ jobs:
run: npm ci
- name: Lint
run: npm run lint
run: npm run lint -- --quiet
- name: Build
run: npm run build