Alexandre a2cc4159d6
Some checks failed
Check config / build (push) Failing after 0s
'Defaults to docker' yeah I noticed
2026-07-01 16:32:56 +02:00

30 lines
556 B
YAML

name: Check config
on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
build:
runs-on: ubuntu-latest
container: https://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"