From 182f3819b3a92d5924b785d855b2b7522eda2475 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Fri, 5 Jul 2024 22:00:49 +0200 Subject: [PATCH] initial ci --- .forgejo/workflows/build.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .forgejo/workflows/build.yaml diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml new file mode 100644 index 0000000..5a7be2b --- /dev/null +++ b/.forgejo/workflows/build.yaml @@ -0,0 +1,14 @@ +on: [push] +jobs: + test: + runs-on: docker + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 + with: + go-version: '1.22' + - run: go build + - uses: actions/upload-artifact@v4 + with: + name: morffix + path: morffix \ No newline at end of file