Skip to content

Commit 7d3e210

Browse files
committed
2 parents 7ebfb3a + 9e907c5 commit 7d3e210

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lb-node-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ jobs:
2626
- name: Clean Install Project
2727
run: npm ci
2828

29+
- name: Install ESLint
30+
run: npm install -g eslint
31+
2932
- name: Run ESLint
3033
run: npx eslint . --ext .js,.jsx,.ts,.tsx

0 commit comments

Comments
 (0)