This commit is contained in:
parent
1aaae124ad
commit
dbd3b4deff
1 changed files with 21 additions and 0 deletions
21
.forgejo/workflows/test.yaml
Normal file
21
.forgejo/workflows/test.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue