Skip to content

Commit

Permalink
ci(lint): simplify lint process
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhthomas committed Nov 9, 2023
1 parent 0a1222e commit e0e8327
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,4 @@ jobs:
run: pnpm install

- name: Lint
uses: wearerequired/lint-action@v2
with:
eslint: true
prettier: true
prettier_args: '--plugin-search-dir'
run: pnpm lint

0 comments on commit e0e8327

Please sign in to comment.