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