File tree Expand file tree Collapse file tree 2 files changed +4
-16
lines changed
Expand file tree Collapse file tree 2 files changed +4
-16
lines changed Original file line number Diff line number Diff line change 3636 pip install -r requirements.txt
3737 - name : Check clang format
3838 run : make cppcheckformat
39- - name : Clang Tidy
40- run : make cpplint
39+ # - name: Clang Tidy
40+ # run: make cpplint
4141 - name : Clang build
4242 run : make clangcompile PYTHON_EXECUTABLE=${{ steps.setup-python.outputs.python-path }}
4343
Original file line number Diff line number Diff line change 1111 - master
1212
1313jobs :
14- format :
15- runs-on : ubuntu-latest
16- steps :
17- - uses : actions/checkout@v4
18- - name : Set up Python 3.11
19- uses : actions/setup-python@v5
20- with :
21- python-version : " 3.11"
22- cache : " pip"
23- - name : Install linting and formatting dependencies
24- run : python -m pip install -r requirements.txt
25- - name : Check formatting
26- run : make pycheckformat
27-
2814 pythonpackage :
2915 needs : format
3016 runs-on : ubuntu-latest
4935 run : python -m pip install wheel
5036 - name : Install the package
5137 run : python -m pip install -v --no-build-isolation '.[dev]'
38+ - name : Check formatting
39+ run : make pycheckformat
5240 - name : Code linting
5341 run : make pylint
5442 - name : Check that stub files are up-to-date
You can’t perform that action at this time.
0 commit comments