From 4fd33e6cebe1941777382f6c1a6fe6d219f4c0ad Mon Sep 17 00:00:00 2001 From: Julian Stiller Date: Sat, 24 May 2025 00:32:20 +0200 Subject: [PATCH] chore: test --- .forgejo/workflows/test.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 185132c..dd7c72d 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -15,10 +15,10 @@ jobs: uses: actions/checkout@v4 with: ref: 'main' - - name: direnv - run: direnv allow - - name: treefmt - run: | - echo "##[group]direnv/treefmt" - direnv allow - treefmt + - name: dev + uses: actions/nix/develop@main + with: + flake: . + run: | + direnv allow + treefmt