diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9ecec70..5d43c59 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,4 +17,4 @@ jobs: - name: eslint uses: icrawl/action-eslint@v1 with: - args: --ext .js,.ts,.tsx . + custom-glob: '**/*.{js,ts,tsx}'