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

18 lines
297 B
YAML

name: format
on:
pull_request:
jobs:
test:
runs-on: nixos-latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
ref: 'main'
- name: dev
uses: actions/nix/develop@main
with:
flake: .
run: treefmt --ci