chore: add action for format checking

This commit is contained in:
Julian Stiller 2025-05-24 00:40:47 +02:00
parent 4fd33e6ceb
commit e5d797d958

View file

@ -1,24 +0,0 @@
name: Test some stuff
on:
push:
branches:
- main
paths:
- .forgejo/workflows/test.yaml
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: |
direnv allow
treefmt