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