5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
# Just lint the code before committing
|
||
|
make lint
|