From 3287539419e4f81cc7c1ff83236e9abe0bf480e5 Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Fri, 28 Feb 2025 20:58:07 +0100 Subject: [PATCH] chore: lint-action gebruik forked action Gebruik de fork van rkuykendall om eslint v9 te ondersteunen --- .github/workflows/lint-action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-action.yml b/.github/workflows/lint-action.yml index 2f5df3a1..8ca45244 100644 --- a/.github/workflows/lint-action.yml +++ b/.github/workflows/lint-action.yml @@ -34,8 +34,9 @@ jobs: run: npm ci - name: Run linters - uses: wearerequired/lint-action@v2 + uses: rkuykendall/lint-action@master with: + auto_fix: true eslint: true - eslint_args: "--debug --config eslint.config.ts ./" + eslint_args: "--debug --config eslint.config.ts" prettier: true \ No newline at end of file