mirror of
https://github.com/langgenius/dify.git
synced 2026-04-28 20:17:29 +08:00
chore: remove ty-check from Python style check.
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
b81745aed8
commit
3fa48cb5cf
5
.github/workflows/style.yml
vendored
5
.github/workflows/style.yml
vendored
@ -12,7 +12,6 @@ permissions:
|
|||||||
statuses: write
|
statuses: write
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
python-style:
|
python-style:
|
||||||
name: Python Style
|
name: Python Style
|
||||||
@ -44,10 +43,6 @@ jobs:
|
|||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
run: uv sync --project api --dev
|
run: uv sync --project api --dev
|
||||||
|
|
||||||
- name: Run ty check
|
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
|
||||||
run: dev/ty-check
|
|
||||||
|
|
||||||
- name: Dotenv check
|
- name: Dotenv check
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
run: uv run --project api dotenv-linter ./api/.env.example ./web/.env.example
|
run: uv run --project api dotenv-linter ./api/.env.example ./web/.env.example
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user