unwind/scripts/lint

7 lines
94 B
Text
Raw Normal View History

#!/bin/sh -eu
[ -z "${DEBUG:-}" ] || set -x
2021-07-25 19:01:25 +02:00
"$RUN_BIN" lint-js "$@"
"$RUN_BIN" lint-py "$@"