Revert "chore: remove test action"
Some checks failed
Test some stuff / test (push) Failing after 14s
Some checks failed
Test some stuff / test (push) Failing after 14s
This reverts commit fa434d61a5
.
This commit is contained in:
parent
fa434d61a5
commit
0e667b0db9
1 changed files with 24 additions and 0 deletions
24
.forgejo/workflows/test.yaml
Normal file
24
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,24 @@
|
|||
name: Test some stuff
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- .forgejo/workflows/test.yaml
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: nixos-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: 'main'
|
||||
- name: direnv
|
||||
run: direnv allow
|
||||
- name: treefmt
|
||||
run: |
|
||||
echo "##[group]direnv/treefmt"
|
||||
direnv allow
|
||||
treefmt
|
Loading…
Add table
Add a link
Reference in a new issue