Open ross-spencer opened 2 months ago
Note, pre-commit checks are missing from the Makefile
:
# Run all pre-commit checks
all-checks:
pre-commit run --all-files
# Run pre-commit spelling check
spell:
pre-commit run codespell --all-files
# Run pre-commit makdown-lint
markdown:
pre-commit run markdownlint --all-files
Install with:
Basic outline: