Skip to content

Commit 24e1ab4

Browse files
authored
Merge pull request #101 from Expensify/rory/ignore-actionlint-concurrency-queue
Ignore actionlint's false positive on the concurrency `queue` key
2 parents 661ec2d + ebebb0e commit 24e1ab4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/actionlint.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ paths:
3535
# - issue: https://github.com/rhysd/actionlint/issues/511
3636
# - PR: https://github.com/rhysd/actionlint/pull/513
3737
- '"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

Comments
 (0)