Files
Test/.gitea/workflows/test.yaml
T
lamtruong28 261f27aa6c
Kotlin Multiplatform CI / verify (push) Failing after 1m33s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 26s
Test / test (push) Successful in 19s
Remove detekt
2026-08-07 22:43:14 +07:00

12 lines
220 B
YAML

name: Test
run-name: ${{ gitea.actor }} is testing 🚀
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo "Hello"
- run: echo "${{ gitea.sha }}"
- run: echo "${{ gitea.ref }}"