diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml new file mode 100644 index 0000000..505e1b7 --- /dev/null +++ b/.forgejo/workflows/publish.yml @@ -0,0 +1,11 @@ +name: Publish bloatrunner +run-name: ${{ github.actor }} is publishing bloatrunner +on: [push] +jobs: + build: + runs-on: docker + image: metacall/guix:latest + steps: + - uses: actions/checkout@v4 + - run: guix build -f guix.scm + \ No newline at end of file