unwind/scripts/lint

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
94 B
Text
Raw Permalink 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 "$@"