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