Skip to content

Commit dc5984e

Browse files
committed
ignore unsupported --jobs
1 parent d71de8c commit dc5984e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ runs:
346346
--tidy-review="${{ inputs.tidy-review }}"
347347
--format-review="${{ inputs.format-review }}"
348348
--passive-reviews="${{ inputs.passive-reviews }}"
349-
--jobs=${{ inputs.jobs }}
349+
# --jobs=${{ inputs.jobs }}
350350
]
351351
352352
print $"\n(ansi purple)Running cpp-linter(ansi reset)"

0 commit comments

Comments
 (0)