2025-05-24 00:40:47 +02:00
|
|
|
name: format
|
2025-05-24 00:30:13 +02:00
|
|
|
|
|
|
|
on:
|
2025-05-24 00:40:47 +02:00
|
|
|
pull_request:
|
2025-05-24 00:53:44 +02:00
|
|
|
paths-ignore:
|
|
|
|
- "**.lock"
|
2025-05-24 00:30:13 +02:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
test:
|
|
|
|
runs-on: nixos-latest
|
|
|
|
steps:
|
|
|
|
- name: checkout
|
|
|
|
uses: actions/checkout@v4
|
|
|
|
with:
|
2025-05-24 00:53:44 +02:00
|
|
|
ref: "main"
|
2025-05-24 00:32:20 +02:00
|
|
|
- name: dev
|
|
|
|
uses: actions/nix/develop@main
|
|
|
|
with:
|
|
|
|
flake: .
|
2025-05-24 00:44:10 +02:00
|
|
|
run: treefmt --ci
|