Skip to content

Bump cachix/install-nix-action from V27 to 30 (#33) #192

Bump cachix/install-nix-action from V27 to 30 (#33)

Bump cachix/install-nix-action from V27 to 30 (#33) #192

Workflow file for this run

name: statix
on: {workflow_dispatch, push: {branches: [main]}, pull_request}
jobs:
statix:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix-env -f . -iA pkgs.statix
- run: statix check || true