mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2026-01-10 18:04:43 +00:00
Split out tools
This commit is contained in:
11
php_tools/yamllint/install.yml
Normal file
11
php_tools/yamllint/install.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
check: yamllint --version 2>&1 | grep -E '[0-9][.0-9]+' || (yamllint --version; false)
|
||||
|
||||
all:
|
||||
type: pip
|
||||
version:
|
||||
build_dep: []
|
||||
run_dep: []
|
||||
# pre:
|
||||
# post:
|
||||
Reference in New Issue
Block a user