ci: fix repository names in name checks

This commit is contained in:
raf 2024-07-22 00:40:25 +03:00
commit 0e360fa999
Signed by: NotAShelf
GPG key ID: AF26552424E53993
5 changed files with 11 additions and 10 deletions

View file

@ -8,7 +8,7 @@ jobs:
matrix:
command:
- NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure
- nix run nixpkgs#alejandra -- -c . -e ./npins
- nix run .#alejandra-custom -- -c . -e ./npins
uses: ./.github/workflows/nix.yml
with: