Skip to content

Bump actions/checkout from 4.1.7 to 4.2.1 #188

Bump actions/checkout from 4.1.7 to 4.2.1

Bump actions/checkout from 4.1.7 to 4.2.1 #188

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@V27
with:
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix-env -f . -iA pkgs.statix
- run: statix check || true