rpm-ostree/ci/commit-validation.sh
2021-02-03 12:00:08 -05:00

7 lines
143 B
Bash
Executable File

#!/bin/bash
set -xeuo pipefail
# Add cheap (non-building) checks here
dn=$(dirname $0)
${dn}/codestyle.sh
${dn}/ci-commitmessage-submodules.sh