rpm-ostree/ci/commit-validation.sh

7 lines
143 B
Bash
Raw Normal View History

2021-02-03 03:42:05 +03:00
#!/bin/bash
set -xeuo pipefail
# Add cheap (non-building) checks here
dn=$(dirname $0)
${dn}/codestyle.sh
${dn}/ci-commitmessage-submodules.sh