Skip to content

Add meeting minutes 04.02.2024 #321

Add meeting minutes 04.02.2024

Add meeting minutes 04.02.2024 #321

Workflow file for this run

name: "Check site validity"
on:
push
jobs:
site:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: nixbuild/nix-quick-install-action@v5
with:
nix_version: 2.4pre20201205_a5d85d0
nix_conf: experimental-features = nix-command flakes
- name: nix build
run: nix build -L .#site