split out validation script
This commit is contained in:
+1
-3
@@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
validatornu --Werror --skip-non-html static
|
./validate_static
|
||||||
validatornu --Werror --skip-non-css static
|
|
||||||
validatornu --Werror --skip-non-svg --no-langdetect static
|
|
||||||
|
|
||||||
remote=www-data@grapheneos.org
|
remote=www-data@grapheneos.org
|
||||||
active=$(ssh $remote readlink html)
|
active=$(ssh $remote readlink html)
|
||||||
|
|||||||
Executable
+7
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -o errexit
|
||||||
|
|
||||||
|
validatornu --Werror --skip-non-html static
|
||||||
|
validatornu --Werror --skip-non-css static
|
||||||
|
validatornu --Werror --skip-non-svg --no-langdetect static
|
||||||
Reference in New Issue
Block a user