File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 steps :
3636 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3737 - name : Install gersemi
38- run : pipx install gersemi~=0.19
38+ run : pipx install gersemi~=0.23
3939 - name : Run gersemi
4040 run : |
4141 gersemi --check $(git ls-files '*.cmake' ':!cmake/DDCCheckRequiredKokkosOptions.cmake' ':!cmake/FindLAPACKE.cmake')
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3333 - name : Install dependencies
3434 run : |
35- pipx install black
35+ pipx install black~=25.11
3636 - name : Check format using black
3737 run : |
3838 black --line-length 100 --check bin/trailing_spaces $(git ls-files '*.py')
4444 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4545 - name : Install dependencies
4646 run : |
47- pipx install pylint
47+ pipx install pylint~=4.0
4848 - name : Analysing the code with pylint
4949 run : |
5050 pylint bin/trailing_spaces $(git ls-files '*.py' ':!benchmarks/splines_plot.py')
Original file line number Diff line number Diff line change 2424 ref : gh-pages
2525 - name : Install linkchecker
2626 run : |
27- pipx install linkchecker
27+ pipx install linkchecker~=10.6
2828 - name : Analysing the links of the website
2929 run : |
3030 linkchecker --check-extern --ignore-url=https://www.doxygen.org/index.html index.html
Original file line number Diff line number Diff line change 3737 steps :
3838 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3939 - name : Install yamllint
40- run : pipx install yamllint~=1.35
40+ run : pipx install yamllint~=1.37
4141 - run : |
4242 yamllint $(git ls-files '*.yml' '*.yaml')
4343 yamllint .clang-format .clang-tidy .gersemirc
You can’t perform that action at this time.
0 commit comments