Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b5822a9

Browse files
committed
add linting to the workflow that runs on PRs
1 parent 5075ffb commit b5822a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: Install dependencies
1818
run: npm ci
19+
- name: Run lint
20+
run: npm run lint
1921
- name: Run build
2022
run: npm run build
2123
- name: Run test

0 commit comments

Comments
 (0)