Skip to content

Commit b4cddeb

Browse files
committed
conform pattern per AI review
1 parent e89b4fb commit b4cddeb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

action.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -393,26 +393,26 @@ runs:
393393
394394
let args = [
395395
'--style=${{ inputs.style }}'
396-
--extensions '${{ inputs.extensions }}'
396+
'--extensions=${{ inputs.extensions }}'
397397
'--tidy-checks=${{ inputs.tidy-checks }}'
398-
--repo-root ${{ inputs.repo-root }}
399-
--version ${{ inputs.version }}
400-
--verbosity ${{ inputs.verbosity }}
401-
--lines-changed-only ${{ inputs.lines-changed-only }}
402-
--files-changed-only ${{ inputs.files-changed-only }}
403-
--thread-comments ${{ inputs.thread-comments }}
404-
--no-lgtm ${{ inputs.no-lgtm }}
405-
--step-summary ${{ inputs.step-summary }}
398+
'--repo-root=${{ inputs.repo-root }}'
399+
'--version=${{ inputs.version }}'
400+
'--verbosity=${{ inputs.verbosity }}'
401+
'--lines-changed-only=${{ inputs.lines-changed-only }}'
402+
'--files-changed-only=${{ inputs.files-changed-only }}'
403+
'--thread-comments=${{ inputs.thread-comments }}'
404+
'--no-lgtm=${{ inputs.no-lgtm }}'
405+
'--step-summary=${{ inputs.step-summary }}'
406406
'--ignore=${{ inputs.ignore }}'
407407
'--ignore-tidy=${{ inputs.ignore-tidy }}'
408408
'--ignore-format=${{ inputs.ignore-format }}'
409-
--database ${{ inputs.database }}
410-
--file-annotations ${{ inputs.file-annotations }}
409+
'--database=${{ inputs.database }}'
410+
'--file-annotations=${{ inputs.file-annotations }}'
411411
'--extra-arg=${{ inputs.extra-args }}'
412-
--tidy-review ${{ inputs.tidy-review }}
413-
--format-review ${{ inputs.format-review }}
414-
--passive-reviews ${{ inputs.passive-reviews }}
415-
--jobs ${{ inputs.jobs }}
412+
'--tidy-review=${{ inputs.tidy-review }}'
413+
'--format-review=${{ inputs.format-review }}'
414+
'--passive-reviews=${{ inputs.passive-reviews }}'
415+
'--jobs=${{ inputs.jobs }}'
416416
]
417417
mut uv_args = [run --no-sync --project $action_path --directory (pwd)]
418418

0 commit comments

Comments
 (0)