just(svgo): look for tmpls in subdirs [skip ci]

This commit is contained in:
leo 2023-05-28 18:59:40 +02:00
parent 395ab701f2
commit 17540bf453
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ

View File

@ -78,7 +78,7 @@ dbstop:
# process svg template assets.
svgo:
svgo -i templates/svg-*.tmpl
svgo -i templates/svg-*.tmpl -i templates/svg/*.tmpl
# check Containerfile with hadolint.
hadolint: