Add finding unqouted values and quote a value.
This commit is contained in:
parent
95672a7120
commit
73a49b5ccf
|
|
@ -14,10 +14,11 @@ repos:
|
|||
args: [-c=.yamllint]
|
||||
|
||||
- repo: https://github.com/robertdebock/pre-commit
|
||||
rev: v1.3.1
|
||||
rev: v1.4.3
|
||||
hooks:
|
||||
- id: ansible_role_find_unused_variable
|
||||
- id: ansible_role_find_empty_files
|
||||
- id: ansible_role_find_empty_directories
|
||||
- id: ansible_role_fix_readability
|
||||
- id: ansible_role_find_undefined_handlers
|
||||
- id: ansible_role_find_unquoted_values
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
image: robertdebock/github-action-molecule:3.3.1
|
||||
image: "robertdebock/github-action-molecule:3.3.1"
|
||||
|
||||
services:
|
||||
- docker:dind
|
||||
|
|
|
|||
Loading…
Reference in New Issue