Skip to content

Commit 6ced27b

Browse files
fix: update to error
1 parent ddd81e5 commit 6ced27b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,4 @@ jobs:
3131
- name: Install shellcheck
3232
run: brew install shellcheck
3333
- name: Run shellcheck
34-
# TODO: fix shellcheck
35-
# run: shellcheck dist/codecov.sh -x
36-
run: shellcheck dist/codecov.sh
34+
run: shellcheck dist/codecov.sh --severity=error

0 commit comments

Comments
 (0)