-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Actions Updates - yaml & json validation #3501
Conversation
Welcome @GrantBirki! |
/ok-to-test |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: GrantBirki, Raffo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Actions Updates
This pull request does the following:
actions/setup-go
andactions/setup-python
tov4
tagsWhy?
I recently developed a new GitHub Action to validate json and yaml files. It runs in under 5 seconds for this repository and it is a native JS Action. I noticed that @Raffo (who I work with at @github) contributes to this repository in my feed so I took a look at this repo. I saw there were a handful of
*.yaml
files in this repo and figured it would be helpful if they got validated on pull requests through GitHub actions so maintainers can know if they are valid or not before merging. Hopefully this helps! ❤️Checklist
Unit tests updatedEnd user documentation updated