allow required checks to always run
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
5
.github/workflows/nix-fmt.yml
vendored
5
.github/workflows/nix-fmt.yml
vendored
@ -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"
|
||||
|
Reference in New Issue
Block a user