We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6236f7d commit 976aadeCopy full SHA for 976aade
1 file changed
.github/workflows/check-image-decoding.yml
@@ -44,7 +44,7 @@ jobs:
44
cd avif-sample-images
45
for file in $(find . -name \*.avif); do
46
file=$(basename ${file})
47
- if (cat ${file} | grep "\(monochrome\|crop\|rotate\|mirror\)"); then
+ if (echo ${file} | grep "\(monochrome\|crop\|rotate\|mirror\)"); then
48
# FIXME(ledyba-z): Check them.
49
echo "Ignore: ${file}"
50
continue
0 commit comments