-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 a test for PRs that change README without updating the man page #243
Comments
Adds a check to CI on changes to either README.rst or git-secrets.1 that will fail if changes are made to one but not the other. Fixes: awslabs#243 Signed-off-by: ginglis13 <ginglis05@gmail.com>
Adds a check to CI on changes to either README.rst or git-secrets.1 that will fail if changes are made to one but not the other. Also update action/checkout to v4 Fixes: awslabs#243 Signed-off-by: ginglis13 <ginglis05@gmail.com>
Adds a check to CI on changes to either README.rst or git-secrets.1 that will fail if changes are made to one but not the other. Also update action/checkout to v4 Fixes: awslabs#243 Signed-off-by: ginglis13 <ginglis05@gmail.com>
name: Check Man Page Update |
Changes to
README.rst
requiremake man
to update the man page ingit-secrets.1
. We should have a github action check that fails if a PR modifies one but not the other.The text was updated successfully, but these errors were encountered: