Skip to content

Commit 0744413

Browse files
committed
fix: correct formatting in lint Unity workflow file
1 parent 192d1ee commit 0744413

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint-unity-cs-dispatch.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ jobs:
2424
with:
2525
base-branch: ${{ github.ref }}
2626
editorconfig-branch: ${{ github.event.repository.default_branch }}
27+
# regex https://www.gnu.org/software/grep/manual/
2728
include-paths: ${{ inputs.include-paths }}
28-
exclude-paths: ${{ inputs.exclude-paths }}
29+
exclude-paths: ${{ inputs.exclude-paths }}

0 commit comments

Comments
 (0)