Skip to content

Commit

Permalink
introduce clang-tidy to CI and integrate with codacy (#1071)
Browse files Browse the repository at this point in the history
* add codacy clang-tidy to workflows

* attempt to run clang-tidy on ci

* update jammy image.

get rid of ppa
add clang-tidy, jq.

* fixes.

* whittle down tidy checks.

* kick out another tidy warning
  • Loading branch information
tsteven4 authored and robertlipe committed Aug 12, 2024
1 parent a2dcaa0 commit b9c3958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codacy-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: build_and_test
run: |
Expand Down

0 comments on commit b9c3958

Please sign in to comment.