Skip to content

Commit

Permalink
iox-eclipse-iceoryx#299 Re-enable PR check for Clang-Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
dkroenke committed Feb 10, 2022
1 parent a6085ff commit d0df660
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/lint_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
# https://github.com/actions/virtual-environments/blob/master/images/linux/Ubuntu2004-README.md
run: sudo apt-get update && sudo apt-get install -y libacl1-dev libncurses5-dev clang-tidy-12

# - name: scan
#uses: actions/checkout@v2
#uses: jitterbit/get-changed-files@v1
#run: ./tools/scripts/clang_tidy_check.sh ci_pull_request ${{ steps.scan.outputs.added_modified }}
# Using the latest master commit to make use of 'cmake_command' and 'config_file' options

- name: Checkout
uses: actions/checkout@v2
- uses: jitterbit/get-changed-files@v1
- id: files
uses: jitterbit/get-changed-files@v1
- run: ./tools/scripts/clang_tidy_check.sh ci_pull_request ${{ steps.scan.outputs.added_modified }}

0 comments on commit d0df660

Please sign in to comment.