mirror of https://github.com/langgenius/dify.git
chore: remove ty-check from Python style check.
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
b81745aed8
commit
3fa48cb5cf
|
|
@ -12,7 +12,6 @@ permissions:
|
|||
statuses: write
|
||||
contents: read
|
||||
|
||||
|
||||
jobs:
|
||||
python-style:
|
||||
name: Python Style
|
||||
|
|
@ -44,10 +43,6 @@ jobs:
|
|||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
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
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
run: uv run --project api dotenv-linter ./api/.env.example ./web/.env.example
|
||||
|
|
|
|||
Loading…
Reference in New Issue