7 lines
56 B
Plaintext
7 lines
56 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -ev
|
||
|
|
||
|
tools/lint
|
||
|
tools/run-mypy
|