start a repo to test CI in forgejo
All checks were successful
/ test (push) Successful in 1m37s

This commit is contained in:
Alexander Mahr 2025-02-16 16:00:58 +01:00
commit 3982dae79c
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,6 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# CI/CD in forgejo
adopted from https://forgejo.org/docs/v1.20/user/actions/