-
Notifications
You must be signed in to change notification settings - Fork 13
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 rule to require pre-commit to be added to github actions #246
base: main
Are you sure you want to change the base?
add rule to require pre-commit to be added to github actions #246
Conversation
4fcbbdd
to
6611826
Compare
7d7307a
to
8352a81
Compare
Co-authored-by: Giuseppe Scuglia <[email protected]>
8352a81
to
2bc3b4b
Compare
description: | | ||
Verifies that `pre-commit` is configured via a GitHub action for the repository. | ||
guidance: | | ||
Run your `pre-commit` checks in GitHub Actions as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we point folks to documentation on how to do this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is supposed to reference https://github.com/pre-commit/action?
- type: dependabot_configured | ||
- type: pre_commit_github_action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intentional?
description: | | ||
Verifies that `pre-commit` is configured via a GitHub action for the repository. | ||
guidance: | | ||
Run your `pre-commit` checks in GitHub Actions as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is supposed to reference https://github.com/pre-commit/action?
No description provided.