cloud-build/check.sh

6 lines
49 B
Bash
Raw Normal View History

#!/bin/sh -eu
mypy .
flake8
python3 -m unittest