Skip to content

Commit 461e4ab

Browse files
committed
use ES5 syntax add ES5 linting
1 parent 3d57b8d commit 461e4ab

File tree

4 files changed

+768
-4
lines changed

4 files changed

+768
-4
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ jobs:
1717
run: npm ci
1818
- name: Install Playwright Browsers
1919
run: npx playwright install --with-deps
20+
- name: Run ES5 validator
21+
run: npm run lint
2022
- name: Run Playwright tests
2123
run: npm test

0 commit comments

Comments
 (0)