7 lines
54 B
Plaintext
7 lines
54 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
#set -o errexit
|
||
|
|
||
|
./format
|
||
|
./lint
|