Skip to content

Commit

Permalink
Merge pull request #6485 from The-OpenROAD-Project-staging/default-cl…
Browse files Browse the repository at this point in the history
…ang-tidy

Use the default clang-tidy
  • Loading branch information
maliberty authored Jan 7, 2025
2 parents 0346f68 + d6cf722 commit eabc5a7
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 eabc5a7

Please sign in to comment.