Skip to content

Commit 1473be2

Browse files
committed
remove precommit as even the locally supplied clang-format file isn't respected
1 parent 8c02ef7 commit 1473be2

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

.github/workflows/ros2-release-iron.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@ on:
88
- '[0-9]+.[0-9]+.[0-9]+'
99

1010
jobs:
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/[email protected]
22-
with:
23-
extra_args: --all-files --hook-stage manual
2411
unit-tests:
2512
name: Unit Tests
2613
uses: locusrobotics/locus_ci/.github/workflows/[email protected]

.github/workflows/ros2-release-jazzy.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,6 @@ on:
88
- '[0-9]+.[0-9]+.[0-9]+'
99

1010
jobs:
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/[email protected]
22-
with:
23-
extra_args: --all-files --hook-stage manual
2411
unit-tests:
2512
name: Unit Tests
2613
uses: locusrobotics/locus_ci/.github/workflows/[email protected]

0 commit comments

Comments
 (0)