Files
kolaytercih/.gitea/workflows/ci.yaml
admin f815d1e861
Some checks failed
Test Runner / test-job (push) Has been cancelled
.gitea/workflows/ci.yaml Güncelle
2026-07-24 03:52:38 +03:00

13 lines
201 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: Test Runner
on:
push:
branches: [main]
jobs:
test-job:
runs-on: ubuntu-latest
steps:
- name: Say Hello
run: echo "Hello World! Runner sorunsuz çalışıyor 🚀"