feat(templates): add gitea ci example

This commit is contained in:
csh
2025-12-22 16:25:43 +08:00
parent a52bb246ab
commit 9d059cf698
7 changed files with 281 additions and 1 deletions
@@ -0,0 +1,19 @@
name: Standards Check
on:
push:
pull_request:
jobs:
commit-message:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Lint commit message / PR title
env:
COMMIT_LINT_REQUIRE_EMOJI: "1"
run: |
python3 .gitea/ci/commit_message_lint.py