Skip to content

Add treefmt to CI

Add treefmt to CI #1

Workflow file for this run

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