Skip to content

Commit af5c03e

Browse files
committed
feat: lint github actions workflows
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent a11f8b0 commit af5c03e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,12 @@ jobs:
191191
run: |
192192
make --output-sync=line -j lint
193193
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+
194200
gen:
195201
timeout-minutes: 8
196202
runs-on: ${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }}

0 commit comments

Comments
 (0)