Skip to content

Commit

Permalink
allow manual run without applying fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Skitionek committed Apr 17, 2024
1 parent 09c921f commit b0ca7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ on:
APPLY_FIXES: # If true, the workflow will try to fix the issues
description: |
Apply linter fixes configuration.
'all' to apply fixes of all linters, or a list of linter keys (ex: JAVASCRIPT_ES,MARKDOWN_MARKDOWNLINT)
required: true
Leave empty to not apply fixes, 'all' to apply fixes of all linters, or a list of linter keys (ex: JAVASCRIPT_ES,MARKDOWN_MARKDOWNLINT)
required: false
default: all
type: string
APPLY_FIXES_EVENT:
Expand Down

0 comments on commit b0ca7cc

Please sign in to comment.