From dbd3b4deffaa2f32f66a2d39f7b7dcf16e09c413 Mon Sep 17 00:00:00 2001 From: Julian Stiller Date: Sat, 24 May 2025 00:06:06 +0200 Subject: [PATCH] chore: test direnv integration --- .forgejo/workflows/test.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .forgejo/workflows/test.yaml diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml new file mode 100644 index 0000000..8396ab5 --- /dev/null +++ b/.forgejo/workflows/test.yaml @@ -0,0 +1,21 @@ +name: Test some stuff + +on: + push: + branches: + - main + paths: + - .forgejo/workflows/test.yaml + +jobs: + test: + runs-on: nixos-unstable + steps: + - name: checkout + uses: actions/checkout@v4 + with: + ref: 'main' + - name: direnv + run: direnv allow + - name: treefmt + run: treefmt