Skip to content

Commit 0de9651

Browse files
committed
chore(github): enabled linting in CI
1 parent bbcdba9 commit 0de9651

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
node-version: '24.11.1'
2121
- name: Setup Node Modules
2222
uses: bahmutov/npm-install@v1
23+
- name: Run ESLint
24+
run: npm run lint
2325
- name: Run Playwright tests
2426
run: npm test
2527
- uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)