[runner-label] should support larger runners
Github allows larger runners to be used with labels like ubuntu-latest-4-cores. The runner-label check
For details: https://docs.github.com/en/actions/using-github-hosted-runners/about-larger-runners
Example failure: https://rhysd.github.io/actionlint/#eJxtjsEKwkAMRO/9ijl4zVKkB9m/2ZZgFd2UTQJK6b/bpS168BQeTOaN5IjJdWzu0mtsAGO1egG1koyv742AZ7Jyex0EFM+Zy5cBgveezemRag11NEhh/Zc4t6Ht6PITWOuUZJ1zmufdFTYFlmUfxJMePqoPETyMghDCB+pjN+w=
You can add actionlint.yaml under .github folder with this:
self-hosted-runner:
labels:
- ubuntu-latest-4-cores
- ubuntu-latest-8-cores
You can add
actionlint.yamlunder.githubfolder with this:self-hosted-runner: labels: - ubuntu-latest-4-cores - ubuntu-latest-8-cores
this is a patch, because they are not "self hosted" but official large GH runners
I believe this has been closed by https://github.com/rhysd/actionlint/commit/64902ec49b95dbd4e88bf2f543885edb18bbff09