Joshua M. Boniface
b9c30baf80
Ensures optimal formatting in addition to linting during manual deploys and during pre-commit actions.
7 lines
54 B
Bash
Executable File
7 lines
54 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#set -o errexit
|
|
|
|
./format
|
|
./lint
|