Sign in
pigweed
/
infra
/
recipes
/
2bd6df13731267e197c7f7c11d0d74747a2f53c6
/
.
/
presubmit.sh
blob: 9c71d79edbd5d0e196535b48c5737c3b65b49bff [
file
]
#!/usr/bin/env bash
set
-
o errexit
set
-
o nounset
set
-
o pipefail
set
-
o xtrace
# Run recipe tests.
./
recipes
.
py test train
# Check formatting. Do not reformat files.
shac check