[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
This commit is contained in:
Michael Suo
2022-04-14 10:43:03 -07:00
committed by PyTorch MergeBot
parent e843b6667e
commit 32aeb1e95e

View File

@ -53,6 +53,7 @@ shellcheck:
setup_lint: setup_lint:
$(PIP) install lintrunner $(PIP) install lintrunner
lintrunner init
$(PYTHON) tools/actions_local_runner.py --file .github/workflows/lint.yml \ $(PYTHON) tools/actions_local_runner.py --file .github/workflows/lint.yml \
--job 'shellcheck' --step 'Install Jinja2' --no-quiet --job 'shellcheck' --step 'Install Jinja2' --no-quiet