We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa3f7c commit a8e6e49Copy full SHA for a8e6e49
.github/workflows/build_upload.yml
@@ -24,6 +24,8 @@ jobs:
24
node-version: 20
25
- name: Install NPM
26
run: npm install
27
+ - name: Run ESLint
28
+ run: npm run lint
29
- name: Compile TypeScript
30
run: |
31
npm run build
0 commit comments