Skip to content

Commit

Permalink
Chore/eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiko732 committed Dec 21, 2023
1 parent ffd68c2 commit 6967376
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Lint
run: pnpm lint

- uses: jwalton/gh-find-current-pr@v1
id: findPr
Expand Down
3 changes: 3 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{

}

0 comments on commit 6967376

Please sign in to comment.