From 792ae1490fcc40df725a3f0d8bc744ab2c6bdcf8 Mon Sep 17 00:00:00 2001 From: Jelle van Snik Date: Mon, 2 May 2022 15:34:42 +0200 Subject: [PATCH] update lint runner --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 1b00f694..86c18c96 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -31,6 +31,6 @@ jobs: uses: wearerequired/lint-action@v2 with: eslint: true - eslint_dir: src + eslint_args: src eslint_extensions: tsx,ts eslint_auto_fix: false \ No newline at end of file