Skip to content

Commit

Permalink
Modified prettier and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Maghish committed Nov 11, 2024
1 parent c5e1b80 commit ab921bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: npm run lint

- name: Upload ESLint report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: eslint-report
path: eslint-report.json
2 changes: 2 additions & 0 deletions .github/workflows/prettier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "Format code with Prettier (fixes ${GITHUB_EVENT_BEFORE})"
git push origin main

0 comments on commit ab921bb

Please sign in to comment.