Compare commits
2 Commits
ff8fc36726
...
f0a8c6dd98
| Author | SHA1 | Date | |
|---|---|---|---|
| f0a8c6dd98 | |||
| 0b9f291ff1 |
@@ -10,6 +10,7 @@ on:
|
|||||||
- 'client/**'
|
- 'client/**'
|
||||||
- 'server/**'
|
- 'server/**'
|
||||||
- 'ci/**'
|
- 'ci/**'
|
||||||
|
- 'scripts/ci/**'
|
||||||
- '.gitea/workflows/ci.yml'
|
- '.gitea/workflows/ci.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
@@ -38,6 +39,16 @@ jobs:
|
|||||||
/mnt/deploy/bootstrap/monitor/deadman-watch.sh \
|
/mnt/deploy/bootstrap/monitor/deadman-watch.sh \
|
||||||
/mnt/deploy/single-node/deploy.sh
|
/mnt/deploy/single-node/deploy.sh
|
||||||
|
|
||||||
|
- name: shellcheck CI 脚本(scripts/ci)
|
||||||
|
run: |
|
||||||
|
docker run --rm \
|
||||||
|
-v "$PWD/scripts/ci:/mnt/scripts/ci:ro" \
|
||||||
|
koalaman/shellcheck:stable \
|
||||||
|
-S warning \
|
||||||
|
/mnt/scripts/ci/_env.sh \
|
||||||
|
/mnt/scripts/ci/lib-forgejo.sh \
|
||||||
|
/mnt/scripts/ci/notify.sh
|
||||||
|
|
||||||
# ── Job 2: OpenAPI Sync Check ────────────────────────────────────────────
|
# ── Job 2: OpenAPI Sync Check ────────────────────────────────────────────
|
||||||
openapi-check:
|
openapi-check:
|
||||||
name: OpenAPI Sync Check
|
name: OpenAPI Sync Check
|
||||||
|
|||||||
Reference in New Issue
Block a user