Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 835926a

Browse files
authored
Update action.yml
1 parent c1d14ab commit 835926a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ runs:
106106
uses: rickstaa/action-black@v1
107107
id: action_black
108108
with:
109-
black_args: "--config ${{ inputs.root }}/${{ inputs.toml }} ${{ inputs.root }}/${{ inputs.workdir }} ${{ inputs.root }}/tests"
109+
black_args: "--config ${{ inputs.root }}/${{ inputs.toml }} ${{ inputs.root }}/${{ inputs.workdir }}"
110110
- if: steps.action_black.outputs.is_formatted == 'true'
111111
uses: reviewdog/action-suggester@v1
112112
with:

0 commit comments

Comments
 (0)