mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 00:48:04 +08:00
merge main
This commit is contained in:
1
.github/workflows/style.yml
vendored
1
.github/workflows/style.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
||||
- name: Ruff check
|
||||
if: steps.changed-files.outputs.any_changed == 'true'
|
||||
run: |
|
||||
poetry run -C api ruff --version
|
||||
poetry run -C api ruff check ./api
|
||||
poetry run -C api ruff format --check ./api
|
||||
|
||||
|
||||
Reference in New Issue
Block a user