Skip to content

Commit

Permalink
fix: github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
irfanshadikrishad committed Nov 2, 2024
1 parent 5c9313e commit 649cf71
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint_and_prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ jobs:
- name: Run Prettier
run: npm run format

- name: Run ESLint with fix
run: npm run lint:fix

- name: Commit and push changes back to PR
run: |
git config --global user.name 'github-actions[bot]'
Expand Down

0 comments on commit 649cf71

Please sign in to comment.