mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-14 21:11:14 +00:00
11 lines
310 B
YAML
11 lines
310 B
YAML
---
|
|
|
|
check: linkcheck --version | grep -E 'v[0-9][.0-9]+' || (linkcheck --version; false)
|
|
|
|
all:
|
|
type: custom
|
|
command: curl -sS -L --fail -o /usr/local/bin/linkcheck https://raw.githubusercontent.com/cytopia/linkcheck/master/linkcheck
|
|
post: chmod +x /usr/local/bin/linkcheck
|
|
build_dep: []
|
|
run_dep: []
|