Commit 898ae6c
authored
Tell actionlint that image ubuntu-24.04-arm is valid (#1136)
The addition of testing on ubuntu-24.04-arm causes `actionlint` to
produce a false positive error about the runner name being invalid. The
error happens because that particular runner image is one of the partner
images from https://github.com/actions/partner-runner-images and
apparently `actionlint` does not know the names of those by default.
This `actionlint` configuration file defines the runner name as valid.1 parent 205c5d2 commit 898ae6c
1 file changed
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments