Alexandre_1a 07153f53ae
Some checks failed
Check config / build (push) Failing after 6s
Actualiser .gitea/workflows/nix.yaml
2026-05-26 11:05:01 +02:00

21 lines
300 B
YAML

name: Check config
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-22.04
container:
image: nix-builder
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check flake
run : nix flake check