mirror of https://github.com/langgenius/dify.git
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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue