ahuston-0 c01c69b780 allow required checks to always run
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-04-17 10:26:04 +00:00

17 lines
390 B
YAML

name: "Check Nix formatting"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
health-check:
name: "Perform Nix format checks"
runs-on: ubuntu-latest
steps:
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: actions/checkout@v4
- run: nix fmt -- --check .