dotfiles/.github/workflows/check.yml

24 lines
427 B
YAML
Raw Normal View History

2024-09-08 02:22:54 +02:00
name: check
on:
push:
paths:
- "**.nix"
- "**.lock"
2024-05-16 02:06:57 +02:00
env:
NIX_CONFIG: "accept-flake-config = true"
2024-09-08 02:22:54 +02:00
2023-02-20 06:22:25 +01:00
jobs:
check:
2024-09-08 02:22:54 +02:00
runs-on: "ubuntu-latest"
2023-02-20 06:22:25 +01:00
steps:
- uses: "actions/checkout@v4.1.7"
2024-09-08 02:22:54 +02:00
- uses: "DeterminateSystems/flake-checker-action@v8"
- uses: "DeterminateSystems/nix-installer-action@v13"
- uses: "DeterminateSystems/magic-nix-cache-action@v7"
2024-09-08 02:22:54 +02:00
- run: nix flake check --show-trace