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

19 lines
292 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:
jobs:
test:
runs-on: nixos-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
ref: 'main'
2025-05-24 00:32:20 +02:00
- name: dev
uses: actions/nix/develop@main
with:
flake: .
2025-05-24 00:40:47 +02:00
run: treefmt