-
Notifications
You must be signed in to change notification settings - Fork 15
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
Csm-docs/Add Makefile Targets for Local PR Checks #1437
Conversation
@echo "Where '<jobid>' is a Job ID returned by the command:" | ||
@echo "act -l" | ||
@echo "" | ||
@echo "NOTE: if act is not installed, it can be downloaded from https://github.com/nektos/act" |
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.
remove empty line last here.
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.
It is required an empty line in the last as discussed with @shaynafinocchiaro
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.
Could you clarify which discussion you’re referring to? Also, it seems a new line should have been added.
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.
LGTM
Description
This PR adds Makefile targets to run GitHub Actions checks locally:
actions
Target :Runs all pull request checks with enhanced logging.
action-help
Target :Displays instructions for running specific workflows with act.
Usage:
Run all PR checks:
make actions
Get workflow instructions:
make action-help
Enhances local testing and debugging of GitHub Actions.
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist:
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration