nix-config/.forgejo/workflows/test.yml
KoenDR06 af8514b56b
Some checks failed
/ test (push) Failing after 1s
test
2026-02-10 17:26:58 +01:00

8 lines
145 B
YAML

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