mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-22 16:39:07 -04:00

* Makefile improvements + pre-commit hook * update make target in CI * fix CI more * .gitignore update * couple more Makefile refinements * make target-version explicit on ruff import sorting
12 lines
166 B
Plaintext
12 lines
166 B
Plaintext
|
|
#!/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
|