ci: update autofix workflows (#2521)

* chore: update py_autofix.yml workflow to run Ruff Check and Format

* ci(js_autofix.yml): remove unnecessary pull request types to trigger workflow only on changes in src/frontend directory
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-07-04 09:23:58 -03:00 committed by GitHub
commit fd9664fd51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 9 deletions

View file

@ -2,7 +2,6 @@ name: autofix.ci
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- "src/frontend/**"

View file

@ -1,7 +1,6 @@
name: autofix.ci
on:
pull_request:
types: [opened, synchronize, reopened, auto_merge_enabled]
paths:
- "poetry.lock"
- "pyproject.toml"
@ -12,14 +11,8 @@ env:
jobs:
lint:
name: Run Mypy
name: Run Ruff Check and Format
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.12"
- "3.11"
- "3.10"
steps:
- uses: actions/checkout@v4
- uses: install-pinned/ruff@b52a71f70b28264686d57d1efef1ba845b9cec6c