We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd5c4c commit 405ea01Copy full SHA for 405ea01
.github/actionlint.yaml
@@ -0,0 +1,12 @@
1
+self-hosted-runner:
2
+ # Pending https://github.com/rhysd/actionlint/issues/533
3
+ # and https://github.com/rhysd/actionlint/issues/571
4
+ labels: ["windows-11-arm", "macos-15-intel"]
5
+
6
+config-variables: null
7
8
+paths:
9
+ .github/workflows/**/*.yml:
10
+ ignore:
11
+ - 1st argument of function call is not assignable
12
+ - SC2(015|038|086|091|097|098|129|155)
0 commit comments