mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
12 lines
166 B
Plaintext
Executable File
12 lines
166 B
Plaintext
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
|