Skip to content
New issue

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

Please add support to GH 'composite' Actions #3

Open
oscarbetancurj opened this issue Apr 15, 2024 · 1 comment
Open

Please add support to GH 'composite' Actions #3

oscarbetancurj opened this issue Apr 15, 2024 · 1 comment

Comments

@oscarbetancurj
Copy link

oscarbetancurj commented Apr 15, 2024

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:
@ChrisCarini
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants