ci: 规范项目开发与验证流程
Lint / Run on Ubuntu (push) Failing after 3h0m1s
E2E Tests / Run on Ubuntu (push) Failing after 3h0m1s
Tests / Run on Ubuntu (push) Failing after 3h0m1s

This commit is contained in:
2026-09-09 20:01:49 +00:00
parent 4ad94dc194
commit 7782b1e75d
5 changed files with 119 additions and 9 deletions
+3 -1
View File
@@ -2,6 +2,8 @@ name: Lint
on:
push:
branches:
- main
pull_request:
permissions: {}
@@ -11,7 +13,7 @@ jobs:
permissions:
contents: read
name: Run on Ubuntu
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Clone the code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2