File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- distro : [humble , rolling]
21+ distro : [jazzy , rolling]
2222 include :
23- - distro : humble
23+ - distro : jazzy
2424 env :
2525 CLANG_TIDY : true
2626 TARGET_CMAKE_ARGS : >-
4444 name : " ${{ matrix.distro }}${{ matrix.env.NAME && ' • ' || ''}}${{ matrix.env.NAME }}${{ matrix.env.CLANG_TIDY && ' • clang-tidy' || '' }}"
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v6
4848
4949 - name : Cache ccache
5050 uses : rhaschke/cache@main
6262 uses : rhaschke/industrial_ci@master
6363
6464 - name : Upload clang-tidy fixes (on failure)
65- uses : actions/upload-artifact@v4
65+ uses : actions/upload-artifact@v7
6666 if : failure() && steps.ici.outputs.clang_tidy_checks
6767 with :
6868 name : clang-tidy-fixes.yaml
Original file line number Diff line number Diff line change 1313 name : pre-commit
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 with :
1818 submodules : recursive
1919 - name : Install clang-format
Original file line number Diff line number Diff line change 2929 - id : trailing-whitespace
3030
3131 - repo : https://github.com/psf/black
32- rev : 25.1.0
32+ rev : 26.3.1
3333 hooks :
3434 - id : black
3535 args : ["--line-length", "100"]
You can’t perform that action at this time.
0 commit comments