Skip to content

Commit

Permalink
🔀 Merge branch 'ladislas/bugfix/github-actions-fix-set-output' into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
ladislas committed Oct 27, 2022
2 parents 68bae26 + 0cfa74f commit ad37a1c
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/ci-code_analysis-clang_tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,6 @@ jobs:
# Mark: - Analyze
#

- name: Get modified files
id: modified_files
uses: Ana06/[email protected]
with:
format: "space-delimited"
filter: "*"

- name: Run clang-tidy
run: |
echo ${{ steps.modified_files.outputs.added }} \
${{ steps.modified_files.outputs.modified }} \
${{ steps.modified_files.outputs.added_modified }} \
| xargs -n1 \
| grep -E -v "_test" \
| grep -E -v "extern" \
| grep -E -v "gtest" \
| grep -E -v "gmock" \
| grep -E -v "mocks" \
| grep -E -v "stubs" \
| grep -E "\.h$|\.cpp$" \
| xargs --no-run-if-empty ruby tools/run-clang-tidy.rb _build_cmake_tools
make clang_tidy_diff

0 comments on commit ad37a1c

Please sign in to comment.