mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
PyTorch MergeBot
parent
e843b6667e
commit
32aeb1e95e
1
Makefile
1
Makefile
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user