From 5a991901366d6fe8c536a8573aed756e9adfc412 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Fri, 29 Jul 2022 01:19:55 -0300 Subject: [PATCH] fix(linter): oops, wrong extension --- .eslintignore | 2 +- .github/workflows/lint.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 21a89975..bcf463b7 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,7 +2,7 @@ .github test/ cache/ -src/proto/youtube.js +src/proto/youtube.ts coverage/ node_modules/ dist/ \ No newline at end of file diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 47b09aff..16365850 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,4 +13,5 @@ jobs: - name: npm install and lint run: | + npm install npm run lint \ No newline at end of file