diff --git a/.github/workflows/pr_checks.yml b/.github/workflows/pr_checks.yml index af3f00c4e3..af890d8899 100644 --- a/.github/workflows/pr_checks.yml +++ b/.github/workflows/pr_checks.yml @@ -41,12 +41,12 @@ jobs: - name: Install dependencies and run lintrunner on all files run: | - set -e python -m pip install --user -r requirements-dev.txt - python -m pip install --user lintrunner lintrunner-adapters + python -m pip install --user lintrunner lintrunner-adapters lintrunner init + set +e lintrunner f --all-files -v exit 0 - - uses: parkerbxyz/suggest-changes@v1 + - uses: parkerbxyz/suggest-changes@v2 with: comment: 'You can commit the suggested changes from lintrunner.'