From 223e730465a69c380d23742481672cd92a0d8f8a Mon Sep 17 00:00:00 2001 From: Radu Cazacu Date: Tue, 23 Jan 2024 23:22:25 +0200 Subject: [PATCH] Fix --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}'