We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11f8b0 commit af5c03eCopy full SHA for af5c03e
.github/workflows/ci.yaml
@@ -191,6 +191,12 @@ jobs:
191
run: |
192
make --output-sync=line -j lint
193
194
+ - name: Check workflow files
195
+ run: |
196
+ bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/7fdc9630cc360ea1a469eed64ac6d78caeda1234/scripts/download-actionlint.bash)
197
+ ./actionlint -color -shellcheck= -ignore "set-output"
198
+ shell: bash
199
+
200
gen:
201
timeout-minutes: 8
202
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}
0 commit comments