Skip to content

Commit a8d33d3

Browse files
Merge pull request #188 from dzcode-io/impl/hie-ci-warnings
⚠️ warnings are now hidden from CI output
2 parents 4cfae01 + a287b6c commit a8d33d3

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)