4 lines
70 B
Bash
Executable file
4 lines
70 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# Just lint the code before committing
|
|
make lint
|