nix-config/.forgejo/workflows/test.yml
KoenDR06 28c6677971
All checks were successful
/ test (push) Successful in 3s
test
2026-02-10 17:35:12 +01:00

8 lines
145 B
YAML

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