Properly setup pre-commit job
This commit is contained in:
parent
e63f9e1c14
commit
1bd742f7e9
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -275,6 +275,11 @@ jobs:
|
||||
pre-commit:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- uses: pre-commit/action@v3.0.0
|
||||
|
||||
docs_check:
|
||||
|
Loading…
Reference in New Issue
Block a user