We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7a472 commit e9c6272Copy full SHA for e9c6272
.github/jobs/webstandard.sh
@@ -92,7 +92,7 @@ if [ "$NUM_ERRORS" -ne 0 ]; then
92
fi
93
section_end
94
95
-if [ "$TEST" != "none" ] then
+if [ "$TEST" != "none" ]; then
96
if [ "$TEST" = "w3cval" ]; then
97
section_start "Remove files from upstream with problems"
98
rm -rf localhost/domjudge/doc
0 commit comments