nixos-runner/.forgejo/workflows/test.yaml
Julian Stiller dbd3b4deff
Some checks are pending
Test some stuff / test (push) Waiting to run
chore: test direnv integration
2025-05-24 00:06:06 +02:00

21 lines
347 B
YAML

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