We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runs-on is a new workflow key for dynamic workflow naming.
runs-on
Currently ActionLint throws an error that the key is unexpected.
[actionlint] reported by [reviewdog](https://github.com/reviewdog/reviewdog) 🐶 unexpected key "run-name" for "workflow" section. expected one of "concurrency", "defaults", "env", "jobs", "name", "on", "permissions" [syntax-check]
It was merged into the github-workflow schema on SchemaStore yesterday - https://github.com/SchemaStore/schemastore/pull/2503/files
I'm not sure if actionlint is using it's own copy of the schema or needs to pull in the update from SchemaStore perhaps?
https://github.com/SchemaStore/schemastore/pull/2503/files
The text was updated successfully, but these errors were encountered:
This is already fixed at main branch and will be included in next release.
Sorry, something went wrong.
v1.6.20 was released.
No branches or pull requests
runs-on
is a new workflow key for dynamic workflow naming.Currently ActionLint throws an error that the key is unexpected.
It was merged into the github-workflow schema on SchemaStore yesterday - https://github.com/SchemaStore/schemastore/pull/2503/files
I'm not sure if actionlint is using it's own copy of the schema or needs to pull in the update from SchemaStore perhaps?
https://github.com/SchemaStore/schemastore/pull/2503/files
The text was updated successfully, but these errors were encountered: