actions: Remove jenkins
All checks were successful
OnPush / CheckFiles (push) Successful in 7s

This commit is contained in:
2023-07-17 16:54:28 +10:00
parent 6cfd279b0a
commit f026612db2
2 changed files with 2 additions and 27 deletions

View File

@@ -18,10 +18,10 @@ jobs:
run: |
for file in *.html; do
if grep -q "$file" "$file"; then
echo "File $file contains $file!"
echo "File $file contains canonical tag with .html!"
exit 1
else
echo "File $file does not contain $file!"
echo "File $file is correct!"
fi
done