mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-02-22 20:43:04 -05:00
5 lines
106 B
Plaintext
5 lines
106 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
podman run --rm -i docker.io/hadolint/hadolint \
|
||
|
hadolint --no-fail --format=json - < "$@"
|