chore: remove test action
This commit is contained in:
parent
f12e58961d
commit
fa434d61a5
1 changed files with 0 additions and 24 deletions
|
@ -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: direnv
|
|
||||||
run: direnv allow
|
|
||||||
- name: treefmt
|
|
||||||
run: |
|
|
||||||
echo "##[group]direnv/treefmt"
|
|
||||||
direnv allow
|
|
||||||
treefmt
|
|
Loading…
Add table
Add a link
Reference in a new issue