We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9f093 commit 1406ba0Copy full SHA for 1406ba0
.github/workflows/sub_lint.yml
@@ -738,7 +738,7 @@ jobs:
738
# Run clazy on all changed cpp files
739
for file in ${{ inputs.changedCppFiles }}
740
do
741
- clazy-standalone --export-fixes=clazy.yaml -checks=${{ inputs.clazyChecks }} -p compile_commands.json build/ ${{ file }} &>> ${{ env.logdir }}clazy.log || true
+ clazy-standalone --export-fixes=clazy.yaml -checks=${{ inputs.clazyChecks }} -p build/compile_commands.json $file &>> ${{ env.logdir }}clazy.log || true
742
done
743
# If clazy has run successfully, write the Log to the console with the Problem Matchers
744
if [ -f ${{ env.logdir }}clazy.log ]
0 commit comments