chore: test direnv integration
Some checks are pending
Test some stuff / test (push) Waiting to run

This commit is contained in:
Julian Stiller 2025-05-24 00:06:06 +02:00
parent 1aaae124ad
commit dbd3b4deff

View file

@ -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