Skip to content

Bump cachix/install-nix-action from 29 to 30 #31

Bump cachix/install-nix-action from 29 to 30

Bump cachix/install-nix-action from 29 to 30 #31

Workflow file for this run

---
name: Formatting
on:
push:
branches:
- main
pull_request:
jobs:
formatting:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- name: Format
run: nix develop --command treefmt --fail-on-change