Skip to content

Commit 5d988dc

Browse files
committed
feat(ci): Add yarn lint as a step in the CI
1 parent e3cfa90 commit 5d988dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ jobs:
4040
- name: Install dependencies
4141
run: yarn install
4242

43+
- run: yarn lint
44+
4345
- name: Install Playwright Browsers
4446
run: npx playwright install --with-deps
4547

4648
- name: Build Playground
47-
run: yarn dev:build
49+
run: yarn dev:build
4850

4951
- name: Execute tests
5052
run: yarn test

0 commit comments

Comments
 (0)