From 32aeb1e95eadb04ec3d13432a216b7324bd00366 Mon Sep 17 00:00:00 2001 From: Michael Suo Date: Thu, 14 Apr 2022 10:43:03 -0700 Subject: [PATCH] [ci] fix make setup_lint forgot to put a lintrunner init here. Pull Request resolved: https://github.com/pytorch/pytorch/pull/75804 Approved by: https://github.com/seemethere --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index e35a5dd07df9..45fdf3b2e1f8 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,7 @@ shellcheck: setup_lint: $(PIP) install lintrunner + lintrunner init $(PYTHON) tools/actions_local_runner.py --file .github/workflows/lint.yml \ --job 'shellcheck' --step 'Install Jinja2' --no-quiet