We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2483476 commit a32b008Copy full SHA for a32b008
2 files changed
.github/workflows/ci.yml
@@ -72,6 +72,7 @@ jobs:
72
clangtidy: true
73
task: true
74
doxygen: true
75
+ python: true
76
77
- name: Test
78
if: ${{ !cancelled() }}
@@ -82,5 +83,6 @@ jobs:
82
83
84
- name: Lint
85
run: |
- python3 -m pip install --user cmakelint cmake-format
86
+ pipx install cmakelint
87
+ pipx install --include-deps cmake-format
88
task lint
cspell.config.yaml
@@ -43,6 +43,7 @@ words:
43
- deps
44
- DOPT
45
- dpkg
46
+ - pipx
47
- DTARGET
48
- DVCPKG
49
- dyld
0 commit comments