Unify formatting and linting

Ensures optimal formatting in addition to linting during manual deploys
and during pre-commit actions.
This commit is contained in:
2021-11-06 03:10:17 -04:00
parent adc767e32f
commit 4eb0f3bb8a
5 changed files with 13 additions and 7 deletions

6
prepare Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
#set -o errexit
./format
./lint