Skip to content

Commit

Permalink
Merge pull request #61 from ITZSHOAIB/ss-workflow-lint
Browse files Browse the repository at this point in the history
fix: workflow lint commit added
  • Loading branch information
ITZSHOAIB authored Oct 5, 2024
2 parents 6d53ca3 + 33bbb7c commit a0acb40
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pre-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
- name: Lint
run: pnpm lint

- uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commit_message: 'chore: format'
commit_user_name: 'github-actions[bot]'
commit_user_email: 'github-actions[bot]@users.noreply.github.com'

build:
name: Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit a0acb40

Please sign in to comment.