Skip to content

Commit f34e22a

Browse files
committed
Remove redundant use of script_folder environment variable
1 parent 5379a73 commit f34e22a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull-request-check-cpplint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ MERGE_BASE=$(git merge-base ${BASE_BRANCH} ${MERGE_BRANCH})
2121
echo "Checking standards of code touched since $MERGE_BASE"
2222

2323
# Do the checking.
24-
script_folder='./scripts'
25-
$script_folder/run_diff.sh CPPLINT $MERGE_BASE
24+
./scripts/run_diff.sh CPPLINT $MERGE_BASE

0 commit comments

Comments
 (0)