Skip to content

Bump cachix/install-nix-action from 26 to 27 #210

Bump cachix/install-nix-action from 26 to 27

Bump cachix/install-nix-action from 26 to 27 #210

Workflow file for this run

name: "treefmt"
on:
pull_request:
branches:
- main
jobs:
treefmt:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@V27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: Run treefmt
run: nix develop --command treefmt --fail-on-change