testing forgejo actions
All checks were successful
/ test (push) Successful in 21s

This commit is contained in:
ari melody 2025-10-22 00:26:38 +01:00
parent 87b1fdc373
commit 01c14b4e38
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -0,0 +1,9 @@
on:
push:
branches:
- dev
jobs:
test:
runs-on: docker
steps:
- run: echo it works!