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.
1 parent 368160c commit e3c661bCopy full SHA for e3c661b
.github/workflows/perf-test.yml
@@ -71,7 +71,7 @@ jobs:
71
# - create the .cpp-linter_cache folder
72
# - list the files concerning the benchmark test
73
# NOTE: This does not actually invoke clang tools.
74
- run: ./previous/cpp-linter -l 0 -p build -i='|!src/libgit2' -s="" -c="-*"
+ run: ../previous/cpp-linter -l 0 -p build -i='|!src/libgit2' -s="" -c="-*"
75
- name: Run hyperfine tool
76
# using the generated compilation database,
77
# we will use cpp-linter (both builds) to scan libgit2 sources.
0 commit comments