ci: add diff to lint ci (#17874)
Signed-off-by: yihong0618 <zouzou0208@gmail.com> Co-authored-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
12c96b93d9
commit
f8e5341ac0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/style.yml
vendored
4
.github/workflows/style.yml
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue