Skip to content

Remove Koishi PCB

Remove Koishi PCB #34

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