Files
docker-php-fpm/php_tools/yamllint/install.yml
2022-12-07 16:55:17 +01:00

12 lines
170 B
YAML

---
check: yamllint --version 2>&1 | grep -E '[0-9][.0-9]+' || (yamllint --version; false)
all:
type: pip
version:
build_dep: []
run_dep: []
# pre:
# post: