Skip to content

Commit

Permalink
update lintrunner workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tianleiwu committed Dec 10, 2024
1 parent ceb90b8 commit 4261952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
set -e -x
python -m pip install --user -r requirements-dev.txt
python -m pip install --user lintrunner lintrunner-adapters
python -m pip install --user -r requirements-lintrunner.txt
lintrunner init
- name: Run lintrunner on all files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .lintrunner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# You can install the dependencies and initialize with
#
# ```sh
# pip install lintrunner lintrunner-adapters
# pip install -r requirements-lintrunner.txt
# lintrunner init
# ```
#
Expand Down

0 comments on commit 4261952

Please sign in to comment.