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: push:
branches: branches:
- dev - dev
- gitea
- main - main
- test - test
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
verify: verify:
name: Lint, Test, Build name: Lint, Test, Build
@@ -34,7 +31,6 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 20
cache: pnpm
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile