chore: add action for format checking
This commit is contained in:
parent
4fd33e6ceb
commit
e5d797d958
1 changed files with 3 additions and 9 deletions
|
@ -1,11 +1,7 @@
|
||||||
name: Test some stuff
|
name: format
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
paths:
|
|
||||||
- .forgejo/workflows/test.yaml
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
@ -19,6 +15,4 @@ jobs:
|
||||||
uses: actions/nix/develop@main
|
uses: actions/nix/develop@main
|
||||||
with:
|
with:
|
||||||
flake: .
|
flake: .
|
||||||
run: |
|
run: treefmt
|
||||||
direnv allow
|
|
||||||
treefmt
|
|
Loading…
Add table
Add a link
Reference in a new issue