We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7537b8 + 7b4ac50 commit ac4dfcfCopy full SHA for ac4dfcf
.github/local-github-workflows/README.md
@@ -4,4 +4,4 @@
4
5
# pr closed to main
6
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
+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
@@ -0,0 +1,10 @@
1
+# To Test the program
2
+
3
+ ```tilt ci```
+# Prerequsites
+- go >1.22.0
8
+- tilt
9
10
+Note: both can be installed through brew on macos and linux.
0 commit comments