Adding scripts to setup linting as a pre-commit hook

This commit is contained in:
Blake McAnally 2024-07-09 19:41:35 -05:00
parent cd1b25e0c5
commit 1c74be8f36
4 changed files with 90 additions and 0 deletions

3
scripts/hooks/pre-commit Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
./scripts/lint/lint-fix-changes.sh