Skip to content

Commit

Permalink
revert(ci): drop setup-python for pre-commit checks
Browse files Browse the repository at this point in the history
Provided (the official) action has already tuned to maximize performance
and adding one step even w/ cache only increase running time!
  • Loading branch information
zaufi committed Mar 5, 2024
1 parent cea5f68 commit b4553c2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pre-commit-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,5 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Prepare Python env
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: pip

- name: Checking configured hooks
uses: pre-commit/action@v3.0.1

0 comments on commit b4553c2

Please sign in to comment.