deprived-main-website/.forgejo/workflows/testworkflow.yml
Sveske-Juice c90e8555da
All checks were successful
Test / test_service (push) Successful in 0s
test workflow
2025-05-04 18:20:00 +02:00

15 lines
172 B
YAML

name: Test
on:
push:
branches:
- main
jobs:
test_service:
runs-on: native
steps:
- name: Print stuff
run: |
echo "Hellooo"