1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-16 15:32:46 +01:00

ci: verify that meta.maintainers evaluate

Fixes #2588
This commit is contained in:
Robert Helgesson 2021-12-29 10:15:39 +01:00
parent eeafec5103
commit a3457d3f85
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
3 changed files with 12 additions and 0 deletions

View file

@ -24,6 +24,7 @@ jobs:
echo "Error: literalExample should be replaced by literalExpression" > /dev/stderr
exit 1
fi
- run: nix-build -A docs.jsonModuleMaintainers
- run: ./format -c
- run: nix-shell . -A install
- run: nix-shell --arg enableBig false --pure tests -A run.all