There was an error while loading. Please reload this page.
2 parents 661ec2d + ebebb0e commit 24e1ab4Copy full SHA for 24e1ab4
1 file changed
.github/actionlint.yml
@@ -35,3 +35,10 @@ paths:
35
# - issue: https://github.com/rhysd/actionlint/issues/511
36
# - PR: https://github.com/rhysd/actionlint/pull/513
37
- '"env" is not allowed in "runs" section because .* is a Composite action.*'
38
+
39
+ # actionlint's schema predates the `queue` key GitHub added to the `concurrency` section, so it
40
+ # rejects a valid workflow. Temporary until actionlint learns the key. Upstream:
41
+ # - issue: https://github.com/rhysd/actionlint/issues/657
42
+ # Note that this is NOT fixed as of actionlint 1.7.12, so upgrading alone will not remove the need
43
+ # for this. Drop it once a release actually recognises the key, and re-run the check to confirm.
44
+ - 'unexpected key "queue" for "concurrency" section.*'
0 commit comments