Skip to content

Commit

Permalink
ci: Fix precommit hook test for the branch guard (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Jan 24, 2024
1 parent eb0e46e commit 39669e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ jobs:
with:
python-version: ${{ matrix.python }}
architecture: x64
- name: Run ruff
- name: Run pre-commit hooks
run: |
pip install pre-commit
git checkout -b temp
pre-commit install
pre-commit --version
pre-commit run --all-files

0 comments on commit 39669e3

Please sign in to comment.