Skip to content

Commit

Permalink
Fix broken github automation
Browse files Browse the repository at this point in the history
Add python version to pre-commit hook check, as the configuration provided
by the template repository is apparently broken.
  • Loading branch information
darius-bluespec committed Dec 23, 2024
1 parent 0be748a commit 1dae221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ">=3.11"
- uses: pre-commit/[email protected]

0 comments on commit 1dae221

Please sign in to comment.