Skip to content

chore(deps): update determinatesystems/flake-checker-action action to v6 - autoclosed #9

chore(deps): update determinatesystems/flake-checker-action action to v6 - autoclosed

chore(deps): update determinatesystems/flake-checker-action action to v6 - autoclosed #9

Workflow file for this run

name: Nix Check
on:
workflow_dispatch:
pull_request:
schedule:
- cron: '0 2 1,14 * *'
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.4
- name: Install Nix
uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run Statix Lint
run: nix run nixpkgs#statix check ./nix/
- name: Nix Flake Checker
uses: DeterminateSystems/flake-checker-action@v6
with:
flake-lock-path: ./nix/os/flake.lock
ignore-missing-flake-lock: false
fail-mode: true
send-statistics: false