unwind/scripts/lint
2021-07-28 23:08:10 +02:00

6 lines
94 B
Bash
Executable file

#!/bin/sh -eu
[ -z "${DEBUG:-}" ] || set -x
"$RUN_BIN" lint-js "$@"
"$RUN_BIN" lint-py "$@"