Files
kolaytercih/.gitea/workflows/ci.yaml
admin 17caaab5fb
Some checks failed
Test / test (push) Has been cancelled
.gitea/workflows/ci.yaml Güncelle
2026-07-24 03:58:20 +03:00

13 lines
136 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
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test
run: echo "Runner çalıştı"