diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bd88ae2..9ecec70 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,4 +17,4 @@ jobs: - name: eslint uses: icrawl/action-eslint@v1 with: - custom-glob: apps # only if a different glob is needed, default: src + args: --ext .js,.ts,.tsx .