Skip to content

Commit

Permalink
Fix pre-commit stage name
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Oct 27, 2024
1 parent 9c8d96a commit 9dc5513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip poetry
poetry install --extras docs
- name: "Run pyupgrade"
- name: "Run pre-commit hooks"
run: |
poetry run pre-commit run --all-files --verbose
Expand All @@ -42,7 +42,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v4"
with:
python-version: "${{ matrix.python-version }}"
Expand Down

0 comments on commit 9dc5513

Please sign in to comment.