7 lines
69 B
Bash
Executable file
7 lines
69 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -ev
|
|
|
|
tools/lint --no-gitlint
|
|
tools/run-mypy
|