Testing: ignore generated certs in line length check workflow

pull/393/head
Chris Conlon 2026-08-10 10:45:57 -06:00
parent 9fc8bcd8bb
commit aac5d561a4
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ while IFS= read -r file; do
continue
fi
if [[ "$file" == examples/certs/* ]]; then
continue
fi
if [[ "$file" =~ \.sh$ ]]; then
continue
fi