diff --git a/.github/workflows/make-with-lints.sh b/.github/workflows/make-with-lints.sh index 49b273a7..41b82cf8 100644 --- a/.github/workflows/make-with-lints.sh +++ b/.github/workflows/make-with-lints.sh @@ -1,3 +1,3 @@ make |& \ - (! grep -v 'Warning: Found SVG with width or height specified, which will make the artwork not scale. Specify a viewBox only to let the artwork scale.') | \ + (! grep -v 'Warning: Fasdfound SVG with width or height specified, which will make the artwork not scale. Specify a viewBox only to let the artwork scale.') | \ (! grep -E "Warning|Error")