Skip to content

chore(deps): bump cachix/install-nix-action in the actions group #143

chore(deps): bump cachix/install-nix-action in the actions group

chore(deps): bump cachix/install-nix-action in the actions group #143

Workflow file for this run

name: "CI: Flake check"
on:
push:
paths:
- "flake.nix"
- "flake.lock"
- ".github/workflows/nix-flake.yaml"
- ".github/actions/setup-nix/**"
pull_request:
paths:
- "flake.nix"
- "flake.lock"
- ".github/workflows/nix-flake.yaml"
- ".github/actions/setup-nix/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# Check flake syntax and structure
flake-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install Nix
uses: cachix/install-nix-action@19effe9fe722874e6d46dd7182e4b8b7a43c4a99 # v31.10.0
with:
github_access_token: ${{ github.token }}
- name: Check flake
run: nix flake check --all-systems --print-build-logs --show-trace