Skip to content

Commit 3cb3bf3

Browse files
committed
fix: disable shellcheck in actionlint
I don't think we want to enable this for now.
1 parent ad1a095 commit 3cb3bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Check workflow files
149149
run: |
150150
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
151-
./actionlint -color
151+
./actionlint -color -shellcheck=
152152
shell: bash
153153

154154
test-unit:

0 commit comments

Comments
 (0)