File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,11 +61,11 @@ check:
61
61
62
62
.PHONY : actions action-help
63
63
actions : # # Run all GitHub Action checks that run on a pull request creation
64
- @echo "Running all GitHub Action checks for pull request events..."
65
- @act -l | grep -v ^Stage | grep pull_request | grep -v image_security_scan | awk '{print $$2}' | while read WF; do \
66
- echo "Running workflow : $${WF}"; \
67
- act pull_request --no-cache-server --platform ubuntu-latest=ghcr.io/catthehacker/ubuntu :act-latest --job "$${WF}"; \
68
- done
64
+ @echo " Running all GitHub Action checks for pull request events..."
65
+ @act -l | grep -v ^Stage | grep pull_request | grep -v image_security_scan | awk ' {print $$2}' | while read WF; do \
66
+ echo " Running workflow: $$ {WF}" ; \
67
+ act pull_request --no-cache-server --platform ubuntu-latest=ghcr.io/catthehacker/ubuntu:act-latest --job " $$ {WF}" ; \
68
+ done
69
69
70
70
action-help : # # Echo instructions to run one specific workflow locally
71
71
@echo " GitHub Workflows can be run locally with the following command:"
You can’t perform that action at this time.
0 commit comments