Skip to content

Commit

Permalink
fix pre-commit yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Mar 18, 2024
1 parent 4cdc5a2 commit 30d2dbe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4
uses: actions/setup-python@v5.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

name: Python (${{ matrix.python-version }} on ${{ matrix.os }})
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5.0.0
with:
Expand Down

0 comments on commit 30d2dbe

Please sign in to comment.