Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
ci: add lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shiron-dev committed May 30, 2024
1 parent 76421e0 commit f8eb2ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Format
run: pnpm run format
- name: Lint
run: pnpm run lint
- name: Bundle Check
run: pnpm run bundle

0 comments on commit f8eb2ee

Please sign in to comment.