Skip to content

Commit fcb34be

Browse files
authored
Add more runner names to /.github/actionlint.yaml (#970)
This adds the names of custom GitHub runners we've defined for Quantumlib.
1 parent 034551c commit fcb34be

1 file changed

Lines changed: 23 additions & 5 deletions

File tree

.github/actionlint.yaml

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,31 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Summary: config actionlint (https://github.com/rhysd/actionlint) for certain
16-
# things we use.
15+
# Summary: configure actionlint (https://github.com/rhysd/actionlint) to
16+
# recognize action runner names/labels that we use.
1717

1818
self-hosted-runner:
19-
# We don't have self-hosted runners, but we do use some of the "partner"
20-
# runner images from https://github.com/actions/partner-runner-images
21-
# and some runners that actionlint doesn't currently recognize.
2219
labels:
20+
# Defined in Quantumlib org.
21+
- ubuntu-22.04-arm64-2-core
22+
- ubuntu-22.04-arm64-8-core
23+
- ubuntu-22.04-arm64-16-core
24+
25+
- ubuntu-22.04-x64-2-core
26+
- ubuntu-22.04-x64-8-core
27+
- ubuntu-22.04-x64-16-core
28+
29+
- ubuntu-24.04-arm64-2-core
30+
- ubuntu-24.04-arm64-8-core
31+
- ubuntu-24.04-arm64-16-core
32+
33+
- ubuntu-24.04-x64-2-core
34+
- ubuntu-24.04-x64-8-core
35+
- ubuntu-24.04-x64-16-core
36+
37+
# From https://github.com/actions/partner-runner-images
2338
- ubuntu-24.04-arm
39+
40+
# New from GitHub (late 2025) but currently not known by actionlint.
41+
# https://docs.github.com/en/actions/reference/runners/github-hosted-runners
2442
- ubuntu-slim

0 commit comments

Comments
 (0)