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
4 changes: 3 additions & 1 deletion .github/workflows/preflight-actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

# TODO(SRE-941): drop the -ignore flags once actionlint knows `$/` (rhysd/actionlint#711)
# TODO(SRE-941): drop the -ignore flags once actionlint knows `$/`
# (rhysd/actionlint#711) and `concurrency.queue` (rhysd/actionlint#654)
- name: Actionlint
run: >-
go run github.com/rhysd/actionlint/cmd/actionlint@v1.7.12
-ignore 'specifying action "\$/.+" in invalid format because ref is missing'
-ignore 'reusable workflow call "\$/.+" at "uses" is not following the format'
-ignore 'unexpected key "queue" for "concurrency" section'
Loading