chore: remove test action

This commit is contained in:
Julian Stiller 2025-05-24 00:27:35 +02:00
parent f12e58961d
commit fa434d61a5

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: direnv
run: direnv allow
- name: treefmt
run: |
echo "##[group]direnv/treefmt"
direnv allow
treefmt