Add postgrest-docs-dictcheck to CI

This commit is contained in:
Laurence Isla
2023-06-14 14:55:28 -05:00
committed by GitHub
parent fdf85773e7
commit 772046242e
4 changed files with 13 additions and 33 deletions
+3 -1
View File
@@ -73,7 +73,9 @@ in
| tail -n+2 \
| tr '\n' '\0' \
| xargs -0 -n 1 -i \
sh -c "grep \"{}\" $FILES > /dev/null || echo \"{}\""
sh -c "grep \"{}\" $FILES > /dev/null || echo \"{}\"" \
| tee unuseddict
test ! -s unuseddict
'';
linkcheck =