jacquev6/ActionTree

View on GitHub
development/checks/entrypoint.sh

Summary

Maintainability
Test Coverage
#!/bin/bash

set -o errexit


python setup.py check --strict --metadata --restructuredtext

pycodestyle --max-line-length=120 setup.py ActionTree

echo
echo "Static checks OK"