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

8 lines
145 B
YAML

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