From 8e35ef8c60e12f6e9436e89d194bf9cc6e0c46c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Tue, 12 Dec 2023 08:42:26 +0100 Subject: [PATCH] Update ci-ros-lint.yml Use the correct distro for humble branch --- .github/workflows/ci-ros-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-ros-lint.yml b/.github/workflows/ci-ros-lint.yml index ee8e25b7e5..c53e71220e 100644 --- a/.github/workflows/ci-ros-lint.yml +++ b/.github/workflows/ci-ros-lint.yml @@ -15,7 +15,7 @@ jobs: - uses: ros-tooling/setup-ros@v0.7 - uses: ros-tooling/action-ros-lint@v0.1 with: - distribution: rolling + distribution: humble linter: ${{ matrix.linter }} package-name: diff_drive_controller @@ -45,7 +45,7 @@ jobs: - uses: ros-tooling/setup-ros@v0.7 - uses: ros-tooling/action-ros-lint@v0.1 with: - distribution: rolling + distribution: humble linter: cpplint arguments: "--linelength=100 --filter=-whitespace/newline" package-name: