mirror of https://github.com/OCA/web.git
Update pre-commit.yml
parent
38fc25b3fd
commit
cc046e36df
|
@ -9,5 +9,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.10"
|
||||
- uses: pre-commit/action@v2.0.0
|
||||
|
|
Loading…
Reference in New Issue