Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gouline committed Aug 14, 2024
1 parent 57a5432 commit 8f90570
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: "3.8.18"
python-version: "3.8"

- uses: actions/cache@v3
with:
Expand All @@ -28,14 +28,8 @@ jobs:
- name: Build
run: make build

- name: Formatting check (black)
run: make check-fmt

- name: Imports ordering check (isort)
run: make check-imports

- name: Lint Python check (pylint)
run: make check-lint-python
- name: Lint check (ruff)
run: make check-lint

- name: Type check (mypy)
run: make check-type
Expand Down

0 comments on commit 8f90570

Please sign in to comment.