factory-test/.forgejo/workflows/ci.yml
factory fda2b96734
Some checks failed
CI Test / test (push) Failing after 54s
add ci workflow
2026-08-13 18:55:44 +00:00

14 lines
262 B
YAML

name: CI Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Info
run: |
echo "runner ok: $(hostname)"
echo "pwd: $(pwd)"
cat README.md