mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
Merge pull request #24 from epage/pre-commit
chore: Ensure pre-commit gets non-system Python
This commit is contained in:
commit
35fcbb7972
1 changed files with 2 additions and 0 deletions
2
.github/workflows/pre-commit.yml
vendored
2
.github/workflows/pre-commit.yml
vendored
|
@ -24,4 +24,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- uses: pre-commit/action@v3.0.1
|
||||
|
|
Loading…
Reference in a new issue