We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tidy-checks
1 parent 8e35984 commit 3e61821Copy full SHA for 3e61821
action.yml
@@ -394,7 +394,7 @@ runs:
394
let args = [
395
--style '${{ inputs.style }}'
396
--extensions '"${{ inputs.extensions }}"'
397
- --tidy-checks '"${{ inputs.tidy-checks }}"'
+ --tidy-checks '${{ inputs.tidy-checks }}'
398
--repo-root ${{ inputs.repo-root }}
399
--version ${{ inputs.version }}
400
--verbosity ${{ inputs.verbosity }}
0 commit comments