Skip to content

Commit 734416c

Browse files
committed
rm leading whitespace
related to changes in #41
1 parent 2131a6c commit 734416c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/cpp-lint-package.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ jobs:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
run: >
5959
cpp-linter
60-
-s=file
61-
-v=debug
62-
-i=build
63-
-p=build
64-
-V=${{ runner.temp }}/llvm
65-
-f=false
66-
--extra-arg="-std=c++14 -Wall"
67-
--thread-comments=${{ matrix.clang-version == '17' && 'update' }}
68-
-a=${{ matrix.clang-version == '17' }}
60+
-s=file
61+
-v=debug
62+
-i=build
63+
-p=build
64+
-V=${{ runner.temp }}/llvm
65+
-f=false
66+
--extra-arg="-std=c++14 -Wall"
67+
--thread-comments=${{ matrix.clang-version == '17' && 'update' }}
68+
-a=${{ matrix.clang-version == '17' }}
6969
7070
- name: Fail fast?!
7171
if: steps.linter.outputs.checks-failed > 0

0 commit comments

Comments
 (0)