Skip to content

Commit

Permalink
ci: run ESLint in the CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
artus9033 committed Aug 9, 2024
1 parent b70b36b commit 3ce64f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- name: Install playwright dependency libraries
run: npx playwright install-deps

- name: Run ESLint
run: npm run lint

- name: Build plugin bundles
run: npm run build

Expand Down

0 comments on commit 3ce64f9

Please sign in to comment.