Skip to content

Commit ba7d180

Browse files
committed
chore: enhance GitHub Actions workflow by adding linting and build steps
1 parent d301f69 commit ba7d180

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ jobs:
2424
working-directory: nodejs
2525
run: npm ci
2626

27+
- name: Run lint
28+
working-directory: nodejs
29+
run: npm run lint
30+
31+
- name: Build
32+
working-directory: nodejs
33+
run: npm run build
34+
2735
- name: Run tests
2836
working-directory: nodejs
2937
env:

0 commit comments

Comments
 (0)