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 108287e commit 1e661b6Copy full SHA for 1e661b6
.github/actionlint.yaml
@@ -0,0 +1,4 @@
1
+self-hosted-runner:
2
+ labels:
3
+ # Stops incorrect warning of android-large-runner being used
4
+ - android-large-runner
.github/workflows/validate_workflows.yml
@@ -26,4 +26,5 @@ jobs:
26
github_token: ${{ secrets.GT_DAXMOBILE }}
27
reporter: github-pr-review
28
level: warning
29
- fail_level: warning
+ fail_level: warning
30
+ actionlint_flags: -config=.github/actionlint.yaml
0 commit comments