From 9f88737c488d2c6339f6b4e816fc6e154e878db0 Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Fri, 28 Feb 2025 21:11:20 +0100 Subject: [PATCH] chore: commit message voor lint-action veranderd --- .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 8ca45244..98bfa848 100644 --- a/.github/workflows/lint-action.yml +++ b/.github/workflows/lint-action.yml @@ -38,5 +38,6 @@ jobs: with: auto_fix: true eslint: true - eslint_args: "--debug --config eslint.config.ts" - prettier: true \ No newline at end of file + eslint_args: "--config eslint.config.ts" + prettier: true + commit_message: "style: fix linting issues met lint-action" \ No newline at end of file