ci(gitea): move workflow to gitea actions
CI / Lint, Test, Build (push) Has been cancelled

This commit is contained in:
2026-07-06 17:53:53 +08:00
parent 3b53fc9bad
commit aeebd77315
@@ -5,13 +5,10 @@ on:
push:
branches:
- dev
- gitea
- main
- test
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
verify:
name: Lint, Test, Build
@@ -34,7 +31,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile