Skip to content

Commit a8e6e49

Browse files
authored
Add ESLint step to build and upload workflow
1 parent 3fa3f7c commit a8e6e49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_upload.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
node-version: 20
2525
- name: Install NPM
2626
run: npm install
27+
- name: Run ESLint
28+
run: npm run lint
2729
- name: Compile TypeScript
2830
run: |
2931
npm run build

0 commit comments

Comments
 (0)