We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80996d2 commit f128a7aCopy full SHA for f128a7a
.github/workflows/build.yaml
@@ -135,8 +135,8 @@ jobs:
135
uses: actions/checkout@v6
136
- name: Check workflow files
137
run: |
138
- bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.7.1
139
- ./actionlint -color -shellcheck= -ignore "set-output"
+ bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash) 1.7.9
+ ./actionlint -color -shellcheck= -ignore "softprops/action-gh-release"
140
shell: bash
141
142
test-unit:
0 commit comments