Skip to content

Commit

Permalink
chore: fix wf
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 5, 2023
1 parent 90e1ee0 commit 7c4e1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install deps
run: npm install
- name: Format
run: npm run lint-fix
run: npm run eslint-fix
- name: Commit
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
Expand Down

0 comments on commit 7c4e1bf

Please sign in to comment.