-
Notifications
You must be signed in to change notification settings - Fork 16
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
Feature request: pre-commit hook for CI workflow files #383
Comments
There's also the python-project-template/python-project-template/.pre-commit-config.yaml.jinja Lines 40 to 45 in b2bd2a0
|
Great, thank you! |
Sorry, I shouldn't close it |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Debugging GitHub actions is annoying, but hopefully we may help with it. It would be useful to have a
pre-commit
hook which would validate GitHub action files before we even push them. I've found this tool, but I'm not sure if it the only/best one:https://github.com/mpalmer/action-validator
May be partially solved by implementing #382 instead
The text was updated successfully, but these errors were encountered: