Skip to content

Commit

Permalink
Fix lint committing
Browse files Browse the repository at this point in the history
  • Loading branch information
withinfocus committed Feb 25, 2024
1 parent 2e12767 commit 87d4f69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
checks: write
contents: write
pull-requests: write

steps:
Expand Down Expand Up @@ -69,5 +70,3 @@ jobs:
with:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: "Apply lint fixes"
commit_user_name: withinfocus
commit_user_email: [email protected]

0 comments on commit 87d4f69

Please sign in to comment.