Alexandre a2774bd3f8
All checks were successful
Check config / build (push) Successful in 9m45s
Added a toolcache to all action, hopefully it works
2026-06-27 15:25:40 +02:00

26 lines
415 B
YAML

name: Check config
on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
runs-on: ubuntu-latest
steps:
- name: Install nix
uses: DeterminateSystems/nix-installer-action@main
- name: Checkout
uses: actions/checkout@v4
- name: Check flake
run: nix flake check