Skip to content

Commit

Permalink
lint in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Dec 27, 2023
1 parent e167d73 commit da5e08d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,8 @@ jobs:
- name: Test release with Vite/Vue example
run: ./scripts/smoketest-vite.ts

- name: Check lint
run: yarn lint

- name: Check format
run: yarn check:format

0 comments on commit da5e08d

Please sign in to comment.