chg: Update validate all.
parent
300d823638
commit
4315ca3232
|
@ -3,6 +3,10 @@
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
pushd tools
|
||||||
|
python3 make_list_unique.py
|
||||||
|
popd
|
||||||
|
|
||||||
./jq_all_the_things.sh
|
./jq_all_the_things.sh
|
||||||
|
|
||||||
diffs=`git status --porcelain | wc -l`
|
diffs=`git status --porcelain | wc -l`
|
||||||
|
|
Loading…
Reference in New Issue