Skip to content

build(deps): bump cachix/install-nix-action from 31.8.4 to 31.10.0 #832

build(deps): bump cachix/install-nix-action from 31.8.4 to 31.10.0

build(deps): bump cachix/install-nix-action from 31.8.4 to 31.10.0 #832

Workflow file for this run

name: Run Checks
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
id-token: write
jobs:
check:
strategy:
matrix:
command:
- NIXPKGS_ALLOW_INSECURE=1 NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM=1 nix flake check --accept-flake-config
- 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