first try pipeline
This commit is contained in:
parent
e992bd986f
commit
16123a75b0
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/publish.yml
Normal file
11
.forgejo/workflows/publish.yml
Normal file
|
@ -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
|
||||
|
Loading…
Reference in a new issue