Skip to content

Commit a287b6c

Browse files
committed
⚠️ warnings are now hidden from CI output
1 parent 4cfae01 commit a287b6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cgl-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
cd data
2929
yarn
30-
yarn eslint:check
30+
yarn eslint:check --quiet
3131
yarn prettier:check
3232
3333
env:

.github/workflows/cgl-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
cd frontend
2929
yarn
30-
yarn eslint:check
30+
yarn eslint:check --quiet
3131
yarn prettier:check
3232
3333
env:

.github/workflows/cgl-fullstack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
cd fullstack
2929
yarn
30-
yarn eslint:check
30+
yarn eslint:check --quiet
3131
yarn prettier:check
3232
3333
env:

0 commit comments

Comments
 (0)