Skip to content

Commit c07d421

Browse files
committed
fix: ignore set-output warnings for now
It's deprecated but there isn't a reason to move away from using it yet.
1 parent 3cb3bf3 commit c07d421

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 -shellcheck=
151+
./actionlint -color -shellcheck= -ignore "set-output"
152152
shell: bash
153153

154154
test-unit:

0 commit comments

Comments
 (0)