mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 08:38:58 +08:00
ci: better print version for ruff to check the change (#11587)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
bb3bc60f83
commit
ee342063d8
1
.github/workflows/style.yml
vendored
1
.github/workflows/style.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
|||||||
- name: Ruff check
|
- name: Ruff check
|
||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
run: |
|
run: |
|
||||||
|
poetry run -C api ruff --version
|
||||||
poetry run -C api ruff check ./api
|
poetry run -C api ruff check ./api
|
||||||
poetry run -C api ruff format --check ./api
|
poetry run -C api ruff format --check ./api
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user