allow required checks to always run

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-04-16 23:54:00 -04:00
committed by Alice Huston
parent b73ef853f0
commit c01c69b780
3 changed files with 3 additions and 12 deletions

View File

@ -2,12 +2,9 @@ name: "Check Nix formatting"
on:
push:
branches: ["main"]
paths:
- '**.nix'
pull_request:
branches: ["main"]
paths:
- '**.nix'
jobs:
health-check:
name: "Perform Nix format checks"