瀏覽代碼

chore: remove duplicate Python style checks handled by autofix CI (#24833)

tags/1.8.1
-LAN- 2 月之前
父節點
當前提交
f3c5d77ad5
No account linked to committer's email address
共有 1 個文件被更改,包括 0 次插入11 次删除
  1. 0
    11
      .github/workflows/style.yml

+ 0
- 11
.github/workflows/style.yml 查看文件

@@ -44,21 +44,10 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
run: uv sync --project api --dev

- name: Ruff check
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 ./

- name: Dotenv check
if: steps.changed-files.outputs.any_changed == 'true'
run: uv run --project api dotenv-linter ./api/.env.example ./web/.env.example

- name: Lint hints
if: failure()
run: echo "Please run 'dev/reformat' to fix the fixable linting errors."

web-style:
name: Web Style
runs-on: ubuntu-latest

Loading…
取消
儲存