Skip to content

Commit

Permalink
ci: install cmake lint deps via pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 10, 2024
1 parent 2483476 commit a32b008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
clangtidy: true
task: true
doxygen: true
python: true

- name: Test
if: ${{ !cancelled() }}
Expand All @@ -82,5 +83,6 @@ jobs:

- name: Lint
run: |
python3 -m pip install --user cmakelint cmake-format
pipx install cmakelint
pipx install --include-deps cmake-format
task lint
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ words:
- deps
- DOPT
- dpkg
- pipx
- DTARGET
- DVCPKG
- dyld
Expand Down

0 comments on commit a32b008

Please sign in to comment.