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
gh actionlint action.yml
action.yml:1:1: "jobs" section is missing in workflow [syntax-check] | 1 | name: 'Build Docker Image' | ^~~~~ action.yml:2:1: unexpected key "description" for "workflow" section. expected one of "concurrency", "defaults", "env", "jobs", "name", "on", "permissions" [syntax-check] | 2 | description: 'docker build' | ^~~~~~~~~~~~ action.yml:6:1: unexpected key "runs" for "workflow" section. expected one of "concurrency", "defaults", "env", "jobs", "name", "on", "permissions" [syntax-check] | 6 | runs:
The text was updated successfully, but these errors were encountered:
@oscarbetancurj - now that https://github.com/cschleiden/gh-actionlint/releases/tag/v1.0.1 is released, please try updating and see if you still have this issue.
Sorry, something went wrong.
No branches or pull requests
gh actionlint action.yml
The text was updated successfully, but these errors were encountered: