Alexandre 7720764336
Some checks failed
Build Flake / build (push) Failing after 3h0m2s
Bump Flake / bump (push) Failing after 10m54s
Check config / build (push) Waiting to run
Switched to a nix container, speeding up builds, next, setup cache mf
2026-06-27 16:20:07 +02:00

29 lines
479 B
YAML

name: Check config
on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: flake-actions
steps:
#- name: Install nix
# uses: DeterminateSystems/nix-installer-action@main
- name: Checkout
uses: actions/checkout@v4
- name: Check flake
run: nix flake check
- name: Notify routine
run: |
curl\
-H "Title: [Routine] Flake checked"