There was an error while loading. Please reload this page.
1 parent 2232094 commit 85f2bf5Copy full SHA for 85f2bf5
1 file changed
.github/workflows/code_style.yaml
@@ -73,7 +73,14 @@ jobs:
73
- name: Run actionlint
74
# The shellcheck integration is disabled for now because the existing
75
# workflows have many unfixed shellcheck warnings.
76
- run: ./actionlint -shellcheck=
+ #
77
+ # actionlint doesn't recognize parallel steps yet:
78
+ # https://github.com/rhysd/actionlint/issues/693
79
+ run: >-
80
+ ./actionlint -shellcheck=
81
+ -ignore 'unexpected key "background" for step'
82
+ -ignore 'step must run script with "run" section or run action with
83
+ "uses" section'
84
85
spelling_checks:
86
name: Check spelling
0 commit comments