ci: tighten crowdin and i18n PR checks
This commit is contained in:
13
.github/workflows/ruff-pr.yml
vendored
13
.github/workflows/ruff-pr.yml
vendored
@@ -1,5 +1,15 @@
|
||||
name: Ruff PR Check
|
||||
on: [ pull_request ]
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "*.py"
|
||||
- "**/*.py"
|
||||
- "pyproject.toml"
|
||||
- "ruff.toml"
|
||||
- ".ruff.toml"
|
||||
- "setup.cfg"
|
||||
- "tox.ini"
|
||||
- ".pre-commit-config.yaml"
|
||||
jobs:
|
||||
ruff:
|
||||
runs-on: ubuntu-24.04
|
||||
@@ -18,4 +28,3 @@ jobs:
|
||||
- name: Run Ruff Format Check
|
||||
run: ruff format --check --diff
|
||||
shell: pwsh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user