Files
node-factorio-recipes/.gitea/workflows/test.yaml
Sebastian Seedorf 5223214a26
All checks were successful
test / test (push) Successful in 46s
ci: add test workflow
2026-05-10 12:57:17 +02:00

10 lines
129 B
YAML

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Hello
run: echo "Runner works!"