Skip to content

Commit 5a99190

Browse files
committedJul 29, 2022
fix(linter): oops, wrong extension
1 parent 6008d4c commit 5a99190

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.github
33
test/
44
cache/
5-
src/proto/youtube.js
5+
src/proto/youtube.ts
66
coverage/
77
node_modules/
88
dist/

‎.github/workflows/lint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313

1414
- name: npm install and lint
1515
run: |
16+
npm install
1617
npm run lint

0 commit comments

Comments
 (0)
Please sign in to comment.