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

Add GitHub Actions uses keyword #1803

Merged

Conversation

roryabraham
Copy link
Contributor

Hello! GitHub recently added support for the uses keyword in their composite run steps actions. See this issue and updated documentation.

I wasn't completely sure about the validation I added, but one of the following should be required:

  • The uses field

OR

  • Both the run field and the shell field

@madskristensen
Copy link
Contributor

Thanks

billyvg added a commit to billyvg/schemastore that referenced this pull request Aug 30, 2021
This is a follow-up to SchemaStore#1803 where `uses` was added. `with` is also allowed. I am not sure how to define the constraint where `with` can only be used when `uses` is defined.

See https://github.blog/changelog/2021-08-25-github-actions-reduce-duplication-with-action-composition/ for more information
madskristensen pushed a commit that referenced this pull request Aug 31, 2021
This is a follow-up to #1803 where `uses` was added. `with` is also allowed. I am not sure how to define the constraint where `with` can only be used when `uses` is defined.

See https://github.blog/changelog/2021-08-25-github-actions-reduce-duplication-with-action-composition/ for more information
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

Successfully merging this pull request may close these issues.

2 participants