This commit is contained in:
parent
257ab068f3
commit
af6873bc42
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ name: python
|
|||
|
||||
steps:
|
||||
- name: test
|
||||
image: python:latest
|
||||
image: python:3.10
|
||||
commands:
|
||||
- pip install -q --upgrade pre-commit
|
||||
- pre-commit run --all-files
|
||||
|
|
Loading…
Reference in a new issue