This commit is contained in:
parent
3ebd542814
commit
fbe79256fb
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ name: python
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: python/latest
|
#image: python/latest
|
||||||
|
image: alpine/git
|
||||||
commands:
|
commands:
|
||||||
- pip install -q --upgrade pre-commit
|
- pip install -q --upgrade pre-commit
|
||||||
- pre-commit run --all-files
|
- pre-commit run --all-files
|
||||||
|
|
Loading…
Reference in a new issue