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 9b12cc0236
commit b9c30baf80
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