Skip to content

Commit ac4dfcf

Browse files
authored
Merge pull request #24 from unoplat/test-branch
Test-branch
2 parents d7537b8 + 7b4ac50 commit ac4dfcf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/local-github-workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
# pr closed to main
66

7-
act pull_request -e .github/local-github-workflows/pr-merge.json -s GITHUB_TOKEN="$(gh auth token)" -W .github/workflows/main-pr-merge-workflow.yaml --container-architecture linux/arm64
7+
act pull_request -e .github/local-github-workflows/pr-merge.json -s GITHUB_TOKEN="$(gh auth token)" -W .github/workflows/main-pr-merge-workflow.yaml --container-architecture linux/arm64

code/base-project/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# To Test the program
2+
3+
```tilt ci```
4+
5+
# Prerequsites
6+
7+
- go >1.22.0
8+
- tilt
9+
10+
Note: both can be installed through brew on macos and linux.

0 commit comments

Comments
 (0)