chore: update commit message van lint-action
lint-action commits zeggen nu welke linter de aanpassingen heeft gemaakt
This commit is contained in:
parent
e5e39e5cea
commit
9aa0b25c73
1 changed files with 33 additions and 33 deletions
4
.github/workflows/lint-action.yml
vendored
4
.github/workflows/lint-action.yml
vendored
|
@ -40,6 +40,6 @@ jobs:
|
|||
with:
|
||||
auto_fix: true
|
||||
eslint: true
|
||||
eslint_args: "--config eslint.config.ts"
|
||||
eslint_args: '--config eslint.config.ts'
|
||||
prettier: true
|
||||
commit_message: "style: fix linting issues met lint-action"
|
||||
commit_message: 'style: fix linting issues met ${linter}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue