Files

8 lines
146 B
Bash
Raw Permalink Normal View History

2023-01-09 10:38:48 -07:00
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-3.0-only
make lint 2>/dev/null || {
echo -e "\nissues found, not committing"
exit 1
}