Skip to content

Commit ed57be2

Browse files
committed
ci: add Makefile for local testing
1 parent 790297c commit ed57be2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export GITHUB_TOKEN=$(shell gh auth token)
2+
3+
.PHONY: test
4+
test:
5+
@act push -j test --container-architecture=linux/$(shell uname -m) --secret GITHUB_TOKEN=${GITHUB_TOKEN}

0 commit comments

Comments
 (0)