nix-config/.forgejo/workflows/test.yml
KoenDR06 172a5735e3
Some checks failed
/ test (push) Failing after 6s
update runs on
2026-02-10 16:27:24 +01:00

8 lines
137 B
YAML

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