mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
ci: validate-maintainers on flake.lock update
Keep missing conflicts from nixpkgs updates. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
4
.github/workflows/validate-maintainers.yml
vendored
4
.github/workflows/validate-maintainers.yml
vendored
@@ -1,7 +1,9 @@
|
||||
name: Validate maintainers.nix
|
||||
on:
|
||||
pull_request:
|
||||
paths: ["modules/lib/maintainers.nix"]
|
||||
paths:
|
||||
- "modules/lib/maintainers.nix"
|
||||
- "flake.lock"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
run_tests:
|
||||
|
||||
Reference in New Issue
Block a user