Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/code_style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,14 @@ jobs:
- name: Run actionlint
# The shellcheck integration is disabled for now because the existing
# workflows have many unfixed shellcheck warnings.
run: ./actionlint -shellcheck=
#
# actionlint doesn't recognize parallel steps yet:
# https://github.com/rhysd/actionlint/issues/693
run: >-
./actionlint -shellcheck=
-ignore 'unexpected key "background" for step'
-ignore 'step must run script with "run" section or run action with
"uses" section'

spelling_checks:
name: Check spelling
Expand Down
Loading