Skip to content

Commit 3a3168b

Browse files
committed
fix: updated the spacing
1 parent f8aace8 commit 3a3168b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ check:
6161

6262
.PHONY: actions action-help
6363
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
6969

7070
action-help: ## Echo instructions to run one specific workflow locally
7171
@echo "GitHub Workflows can be run locally with the following command:"

0 commit comments

Comments
 (0)