Skip to content

Commit cae86b5

Browse files
justinchubyankitm3k
authored andcommitted
Use suggest-changes@v2 (microsoft#22667)
Use suggest-changes@v2 (parkerbxyz/suggest-changes#36 (comment)) to post suggested changes as comments instead of requested changes to streamline the review process. - Also updated the script to `set +e` to ignore exit code only for the linter run. So that if there is errors in dependency installation we can still get signals.
1 parent 656b5d7 commit cae86b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
4242
- name: Install dependencies and run lintrunner on all files
4343
run: |
44-
set -e
4544
python -m pip install --user -r requirements-dev.txt
46-
python -m pip install --user lintrunner lintrunner-adapters
45+
python -m pip install --user lintrunner lintrunner-adapters
4746
lintrunner init
47+
set +e
4848
lintrunner f --all-files -v
4949
exit 0
5050
- uses: parkerbxyz/suggest-changes@v2

0 commit comments

Comments
 (0)