Files
kolaytercih/.gitea/workflows/ci.yaml
admin fef13ce7b8
All checks were successful
Test / test (push) Successful in 2s
.gitea/workflows/ci.yaml Güncelle
2026-07-24 04:00:07 +03:00

13 lines
124 B
YAML

name: Test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test
run: echo "Runner"