Skip to content

Commit 1929abf

Browse files
author
Ariful Alam
committed
feat: test for lint and prettier in pull requests
1 parent afe16ab commit 1929abf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/test-deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,11 @@ jobs:
2828
- name: Install dependencies
2929
run: npm ci
3030

31+
- name: Run lint
32+
run: npm run lint
33+
34+
- name: Run prettier
35+
run: npm run prettier
36+
3137
- name: Test Build
3238
run: npm run build

0 commit comments

Comments
 (0)