Skip to content

Commit

Permalink
fix pre-commit action (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionhaefner committed Dec 14, 2023
1 parent 1a60e00 commit 3cbc26c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ jobs:

steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
with:
python-version: '3.11'

- uses: pre-commit/action@v2.0.0

0 comments on commit 3cbc26c

Please sign in to comment.