Skip to content

Commit

Permalink
Add deps to lint CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannavl committed Dec 31, 2024
1 parent 387f760 commit ef372ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/lint/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ main() {
_setup_dir_env
trap _cleanup 0 1 2 3 6 15 ERR
cd "$_SCRIPT_DIR/../../"


./make.sh pkg-install-deps
./make.sh pkg-install-llvm
./make.sh check-lints
./make.sh check_sh
./make.sh check_py
Expand Down

0 comments on commit ef372ee

Please sign in to comment.