Skip to content

Commit

Permalink
Use the default clang-tidy
Browse files Browse the repository at this point in the history
Now that ubuntu-latest points to 24.04, tidy defaults to 18 (was 14
under 22.04).  There is no need to pin the version to 14.

Signed-off-by: Matt Liberty <[email protected]>
  • Loading branch information
maliberty committed Jan 5, 2025
1 parent d4eec05 commit d6cf722
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: setup
run: |
sudo apt update
sudo apt install -y python3-jinja2 git clang-format-14
sudo apt install -y python3-jinja2 git
- name: Check out repository code
uses: actions/checkout@v4
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/github-actions-format-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- name: setup
run: |
sudo apt update
sudo apt install -y clang-14 clang-format-14
- name: Check out repository code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d6cf722

Please sign in to comment.