1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 00:06:26 -04:00

ci: run vale with nix-shell

To ensure it's the same version as when doing local development.
This commit is contained in:
Lorenzo Manacorda 2023-11-13 13:52:54 +01:00
parent d83bd80eee
commit 43aeb8fecc

View file

@ -10,4 +10,4 @@ jobs:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- name: Vale
run: nix run nixpkgs#vale -- maintainers source
run: nix-shell --run "vale maintainers source"