parent
4a9b30d146
commit
9a882791a0
|
|
@ -39,7 +39,7 @@ repos:
|
||||||
types: [markdown]
|
types: [markdown]
|
||||||
- id: docker-shell-shfmt
|
- id: docker-shell-shfmt
|
||||||
name: Run shfmt with docker
|
name: Run shfmt with docker
|
||||||
entry: mvdan/shfmt:latest -d -i 2 -ci
|
entry: mvdan/shfmt:v3.2.0 -d -i 2 -ci
|
||||||
language: docker_image
|
language: docker_image
|
||||||
types: [shell]
|
types: [shell]
|
||||||
- id: docker-shell-lint
|
- id: docker-shell-lint
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,5 @@
|
||||||
ansible-lint
|
|
||||||
ansible==2.9.*
|
ansible==2.9.*
|
||||||
docker
|
docker
|
||||||
flake8
|
|
||||||
mitogen
|
mitogen
|
||||||
molecule==3.0.*
|
molecule==3.0.*
|
||||||
testinfra
|
testinfra
|
||||||
yamllint
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue