nix-config/.forgejo/workflows/test.yml
KoenDR06 c83f850f65
Some checks failed
/ test (push) Failing after 1s
test
2026-02-10 16:48:21 +01:00

8 lines
144 B
YAML

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