diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 316b4bfd8..686214f8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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