We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
script_folder
1 parent 5379a73 commit f34e22aCopy full SHA for f34e22a
.github/workflows/pull-request-check-cpplint.sh
@@ -21,5 +21,4 @@ MERGE_BASE=$(git merge-base ${BASE_BRANCH} ${MERGE_BRANCH})
21
echo "Checking standards of code touched since $MERGE_BASE"
22
23
# Do the checking.
24
-script_folder='./scripts'
25
-$script_folder/run_diff.sh CPPLINT $MERGE_BASE
+./scripts/run_diff.sh CPPLINT $MERGE_BASE
0 commit comments