Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby committed Sep 18, 2024
1 parent b9c2bdf commit 4c5ce6e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
category: lintrunner
checkout_path: ${{ github.workspace }}

auto-apply-lint:
name: Suggest lintrunner changes
auto-apply-fixes:
name: Suggest fixes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -94,7 +94,9 @@ jobs:
lintrunner init
- name: Run lintrunner on all files
run: |
set +e
lintrunner f --all-files -v
exit 0
- uses: parkerbxyz/suggest-changes@v1
with:
comment: 'You can commit the suggested changes from lintrunner.'
Expand Down

0 comments on commit 4c5ce6e

Please sign in to comment.