Skip to content

Commit 76168c9

Browse files
committed
fixup! fixup!: use apk for lint scripts
1 parent 33163e8 commit 76168c9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ci/dev/lint-scripts.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/usr/bin/env bash
2+
set -euo pipefail
3+
4+
main() {
5+
cd "$(dirname "$0")/../.."
6+
shellcheck -e SC2046,SC2164,SC2154,SC1091,SC1090,SC2002 $(git ls-files '*.sh' | grep -v 'lib/vscode')
7+
}
8+
9+
main "$@"

0 commit comments

Comments
 (0)