Skip to content

Commit 1406ba0

Browse files
committed
CI: Fix syntax
1 parent dc9f093 commit 1406ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sub_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ jobs:
738738
# Run clazy on all changed cpp files
739739
for file in ${{ inputs.changedCppFiles }}
740740
do
741-
clazy-standalone --export-fixes=clazy.yaml -checks=${{ inputs.clazyChecks }} -p compile_commands.json build/ ${{ file }} &>> ${{ env.logdir }}clazy.log || true
741+
clazy-standalone --export-fixes=clazy.yaml -checks=${{ inputs.clazyChecks }} -p build/compile_commands.json $file &>> ${{ env.logdir }}clazy.log || true
742742
done
743743
# If clazy has run successfully, write the Log to the console with the Problem Matchers
744744
if [ -f ${{ env.logdir }}clazy.log ]

0 commit comments

Comments
 (0)