nixos-runner/.forgejo/workflows/test.yaml

24 lines
380 B
YAML
Raw Normal View History

2025-05-24 00:06:06 +02:00
name: Test some stuff
on:
push:
branches:
- main
paths:
- .forgejo/workflows/test.yaml
jobs:
test:
2025-05-24 00:09:45 +02:00
runs-on: nixos-latest
2025-05-24 00:06:06 +02:00
steps:
- name: checkout
uses: actions/checkout@v4
with:
ref: 'main'
- name: direnv
run: direnv allow
- name: treefmt
2025-05-24 00:20:47 +02:00
run: |
direnv allow
treefmt