mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-12 01:29:36 -04:00
11 lines
166 B
Text
Executable file
11 lines
166 B
Text
Executable file
|
|
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
# pre-commit.sh
|
|
# -------------
|
|
# An optional script which runs checks on code before commits.
|
|
|
|
make check
|
|
make check-format
|