Merge pull request 'Add Gitea Actions smoke test' (#8) from chore/gitea-actions-smoke into main
Actions Smoke Test / test (push) Successful in 1s

Reviewed-on: #8
This commit was merged in pull request #8.
This commit is contained in:
2026-07-18 13:44:27 +08:00
+15
View File
@@ -0,0 +1,15 @@
name: Actions Smoke Test
on:
push:
branches: [main]
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: |
echo "Gitea Actions is working"
node --version