nyxexprs/.github/workflows/check.yml
NotAShelf 1f6dabf8ec
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
ci: please work
2025-06-11 12:55:09 +03:00

23 lines
487 B
YAML

name: Run Checks
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
id-token: write
jobs:
check:
strategy:
matrix:
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 }}
build:
needs: check
uses: ./.github/workflows/build.yml
secrets: inherit