Add build workflow

This commit is contained in:
2024-10-05 20:42:07 +02:00
parent bf4c685344
commit 4e1001c910
2 changed files with 28 additions and 0 deletions

17
.github/workflows/build.yaml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/catthehacker/ubuntu:runner-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
- name: run flacke check
run: nix flake check
- name: build packages
run: ./scripts/build-all.sh