Skip to content

Commit

Permalink
feat(ci): Add yarn lint as a step in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sadjow committed Nov 2, 2023
1 parent e3cfa90 commit 5d988dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ jobs:
- name: Install dependencies
run: yarn install

- run: yarn lint

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- name: Build Playground
run: yarn dev:build
run: yarn dev:build

- name: Execute tests
run: yarn test

0 comments on commit 5d988dc

Please sign in to comment.