Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 5a8abc2

Browse files
committed
chore: add lint to CI workflow
1 parent 5321c58 commit 5a8abc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
- name: Run yarn install dependencies
5454
run: yarn --frozen-lockfile
5555

56+
- name: Lint
57+
run: yarn lint
58+
5659
- name: Website Dev Build (served for Cypress)
5760
run: yarn build:demo
5861

0 commit comments

Comments
 (0)