add ci workflow
Some checks failed
CI Test / test (push) Failing after 54s

This commit is contained in:
factory 2026-08-13 18:55:44 +00:00
parent 2c92d6b27f
commit fda2b96734

14
.forgejo/workflows/ci.yml Normal file
View file

@ -0,0 +1,14 @@
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