dotfiles/.github/workflows/check.yml

15 lines
461 B
YAML
Raw Normal View History

2023-02-20 06:51:24 +01:00
on:
push:
2024-05-01 21:00:53 +02:00
paths: ["**.nix", "**.lock"]
2023-02-20 06:22:25 +01:00
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: DeterminateSystems/flake-checker-action@4b90f9fc724969ff153fe1803460917c84fe00a3 # v5
2024-05-01 21:00:53 +02:00
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
2023-06-01 06:00:02 +02:00
- run: nix flake check --show-trace --accept-flake-config