ci: add diff to lint ci (#17874)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
pull/19162/head
yihong 11 months ago committed by GitHub
parent 12c96b93d9
commit f8e5341ac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,8 +49,8 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
run: |
uv run --directory api ruff --version
uv run --directory api ruff check ./
uv run --directory api ruff format --check ./
uv run --directory api ruff check --diff ./
uv run --directory api ruff format --check --diff ./
- name: Dotenv check
if: steps.changed-files.outputs.any_changed == 'true'

Loading…
Cancel
Save