Skip to content

Nix fmt

Nix fmt #2

Workflow file for this run

name: Check formatting
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
check-format:
runs-on: ci-ocf-nix-build
steps:
- uses: actions/checkout@v4
- name: Check formatting with nixfmt-tree
run: nix develop -c treefmt --ci