Remove debug msg

This commit is contained in:
Dominique RIGHETTO 2022-08-08 07:43:16 +02:00 committed by GitHub
parent 15302f7f30
commit 34bd1b7e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,6 @@ jobs:
matches=$(grep -Ec "^/[a-zA-Z0-9\._]+" $modified_file)
if [ $matches -ne 0 ];
then
echo ">>> WARN"
echo "::warning file=$modified_file,line=1,col=1,endColumn=1::$matches entries start with a slash."
fi
done