ci: initial setup for build

Andrey Nering created

Change summary

.github/workflows/build.yml | 11 +++++++++++
1 file changed, 11 insertions(+)

Detailed changes

.github/workflows/build.yml 🔗

@@ -0,0 +1,11 @@
+name: build
+on: [push, pull_request]
+
+jobs:
+  build:
+    uses: charmbracelet/meta/.github/workflows/build.yml@main
+    with:
+      go-version: ""
+      go-version-file: ./go.mod
+    secrets:
+      gh_pat: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"