mirror of
https://github.com/Smaug123/static-site-pipeline
synced 2025-10-05 16:28:41 +00:00
4 lines
81 B
Bash
Executable File
4 lines
81 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find /work -type f -name 'Dockerfile' -print0 | xargs -0 -n1 hadolint
|