ci: please work
Some checks are pending
Run Checks / check (NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure) (push) Waiting to run
Run Checks / check (nix run .#alejandra-custom -- -c . -e ./npins) (push) Waiting to run
Run Checks / build (push) Blocked by required conditions

This commit is contained in:
raf 2025-06-11 12:48:14 +03:00
commit 1f6dabf8ec
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 17 additions and 4 deletions

View file

@ -1,7 +1,11 @@
name: Checks
name: Run Checks
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
id-token: write
jobs:
check:
strategy:
@ -9,7 +13,6 @@ jobs:
command:
- NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure
- nix run .#alejandra-custom -- -c . -e ./npins
uses: ./.github/workflows/nix.yml
with:
command: ${{ matrix.command }}