File tree Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Expand file tree Collapse file tree 2 files changed +0
-26
lines changed Original file line number Diff line number Diff line change 88 - ' [0-9]+.[0-9]+.[0-9]+'
99
1010jobs :
11- pre-commit :
12- name : Format
13- runs-on : ' ubuntu-22.04'
14- steps :
15- - uses : actions/checkout@v4
16- - uses : actions/setup-python@v5
17- with :
18- python-version : ' 3.10'
19- - name : Install system hooks
20- run : sudo apt install -qq cppcheck
21- - uses : pre-commit/action@v3.0.0
22- with :
23- extra_args : --all-files --hook-stage manual
2411 unit-tests :
2512 name : Unit Tests
2613 uses : locusrobotics/locus_ci/.github/workflows/reusable-ros2-pkg-build.yml@0.3
Original file line number Diff line number Diff line change 88 - ' [0-9]+.[0-9]+.[0-9]+'
99
1010jobs :
11- pre-commit :
12- name : Format
13- runs-on : ' ubuntu-24.04'
14- steps :
15- - uses : actions/checkout@v4
16- - uses : actions/setup-python@v5
17- with :
18- python-version : ' 3.10'
19- - name : Install system hooks
20- run : sudo apt install -qq cppcheck
21- - uses : pre-commit/action@v3.0.0
22- with :
23- extra_args : --all-files --hook-stage manual
2411 unit-tests :
2512 name : Unit Tests
2613 uses : locusrobotics/locus_ci/.github/workflows/reusable-ros2-pkg-build.yml@0.3
You can’t perform that action at this time.
0 commit comments