actionlint icon indicating copy to clipboard operation
actionlint copied to clipboard

[runner-label] should support larger runners

Open rvandegrift opened this issue 2 years ago • 4 comments

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=

rvandegrift avatar Aug 10 '23 21:08 rvandegrift

You can add actionlint.yaml under .github folder with this:

self-hosted-runner:
  labels:
    - ubuntu-latest-4-cores
    - ubuntu-latest-8-cores

itachenko avatar Aug 16 '23 16:08 itachenko

You can add actionlint.yaml under .github folder 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

ClementWalter avatar Sep 18 '23 08:09 ClementWalter

I believe this has been closed by https://github.com/rhysd/actionlint/commit/64902ec49b95dbd4e88bf2f543885edb18bbff09

ericcrosson-bitgo avatar Feb 26 '24 15:02 ericcrosson-bitgo