IP_bericht/.forgejo/workflows/build.yaml
Marius Drechsler f973806a31
All checks were successful
/ build (push) Successful in 52s
Add forgejo workflow to automatically build document
2025-06-08 18:45:40 +02:00

12 lines
331 B
YAML

on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: https://git.madhouse-project.org/actions/nix/install@main
- name: Run Nix build
run: nix build --extra-experimental-features nix-command --extra-experimental-features flakes