test pipeline
All checks were successful
Self Test / test (push) Successful in 13s

This commit is contained in:
Dominik Polakovics Polakovics 2026-02-02 19:33:42 +01:00
parent 127e7674d7
commit 17b3d9ae4a

View file

@ -0,0 +1,8 @@
# .forgejo/workflows/self-test.yaml
name: Self Test
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "ci-templates works"