Skip to content

Commit

Permalink
Automatically linting code
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 23, 2024
1 parent 27be541 commit acd5fcb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ jobs:
run: |
dotnet nuke LintStaged --skip
- name: Add & Commit
env:
GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}'
if: "'${{ steps.commit-message.outputs.message }}' == 'Automatically linting code'"
uses: stefanzweifel/git-auto-commit-action@v5
uses: planetscale/ghcommit-action@v0.1.35
with:
commit_message: 'Automatically linting code'
repo: '${{ github.repository }}'
branch: '${{ github.event.pull_request.head.ref }}'

0 comments on commit acd5fcb

Please sign in to comment.