mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
12 lines
202 B
YAML
12 lines
202 B
YAML
name: Sequential Lint and Type Check
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
ruff-call:
|
|
uses: ./.github/workflows/ruff.yml
|
|
|
|
pyright-call:
|
|
needs: ruff-call
|
|
uses: ./.github/workflows/pyright.yml
|