配置: 初始化 ISOS Agent Teams 软件研发模板
CI / lint (push) Successful in 6s

This commit is contained in:
2026-04-19 21:47:08 +08:00
parent 3ab6fe6504
commit 34346be862
202 changed files with 23544 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
name: CI
on:
push:
branches:
- trunk
pull_request:
branches:
- trunk
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: 检查开始
run: echo "lint 检查开始"
- name: 获取代码
uses: https://gitea.szis.com.cn/github/actions-checkout.git@v6.0.2
- name: 查看 README
run: cat README.md
- name: 检查完成
run: echo "lint 检查完成"