Alexandre 570681d50f
All checks were successful
Check config / build (push) Successful in 41s
Oops forgot some URL
2026-07-01 16:44:12 +02:00

31 lines
599 B
YAML

name: Check config
on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
container: git.alexdelcamp.fr/alexandre_1a/flake-actions:latest
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" \
https://ntfy.alexdelcamp.fr/FlakeBuild