Skip to content

chore: add treefmt config for nix files #3

chore: add treefmt config for nix files

chore: add treefmt config for nix files #3

Workflow file for this run

name: treefmt
on:
pull_request:
push:
branches: develop
jobs:
formatter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: nix fmt
run: nix fmt