nixos-runner/.forgejo/workflows/format_pull.yaml

21 lines
333 B
YAML
Raw Normal View History

2025-05-24 00:40:47 +02:00
name: format
on:
2025-05-24 00:40:47 +02:00
pull_request:
2025-05-24 00:53:44 +02:00
paths-ignore:
- "**.lock"
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