nix-config/.forgejo/workflows/test.yml
KoenDR06 45905a4823
Some checks are pending
/ test (push) Waiting to run
add workflow
2026-02-10 16:11:01 +01:00

8 lines
143 B
YAML

on: [push]
jobs:
test:
runs-on: self-hosted
steps:
- run: echo All good!
- uses: actions/checkout@v4
- run: ls -la