How can I disable validation of workflow files? #2606
Unanswered
TWiStErRob
asked this question in
Q&A
Replies: 1 comment
-
For example? It can't get better without examples of false positives. This has been a feature request and a cli toggle drastically increases code size. Does the official GitHub Actions VSCode Extension has complaints? We are still using the strict schema of that extension, but #2524 has no sign to be allowed to merge.
Not possible, without deleting code. Remove the following code then run Lines 70 to 80 in 0ff68e6 Lines 82 to 92 in 0ff68e6 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have tests and static analysis tools that tell us if a workflow file / action is correct or not. We're using act as the test runner, so it doesn't need to do validation, especially when it produces apparently many false positives (workflow files work on GHA and validate against SchemaStore JSONSchema). For this reason I'm looking for a way to disable the validation. We've been stuck on 0.2.65 for a while now and would like to update.
Beta Was this translation helpful? Give feedback.
All reactions