lint
All checks were successful
/ job (push) Successful in 2m57s

This commit is contained in:
Marc Beninca 2025-08-03 00:13:39 +02:00
parent 422d0a0363
commit 38c5eb58b8
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 4 additions and 1 deletions

View file

@ -8,5 +8,6 @@ rwx_gawk_lint() {
--posix \
--lint="fatal" \
--file "${file}" \
--assign action="lint"
--assign action="lint" \
--assign target=""
}