We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clang-tidy-differential
1 parent d20d901 commit 1d1ee46Copy full SHA for 1d1ee46
.github/workflows/clang-tidy-differential.yaml
@@ -38,7 +38,7 @@ jobs:
38
- name: Get modified files
39
id: get-modified-files
40
run: |
41
- echo "changed_files=$(git diff --name-only "origin/${{ github.base_ref }}"...HEAD | grep -E '\.(cpp|hpp)$' || true)" >> $GITHUB_OUTPUT
+ echo "changed_files=$(git diff --name-only "origin/${{ github.base_ref }}"...HEAD | grep -E '\.(cpp|hpp)$' | tr '\n' ' ' || true)" >> $GITHUB_OUTPUT
42
shell: bash
43
44
- name: Run clang-tidy
0 commit comments