From db773e0412432c5009fab21f55c6aded46e11eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Tue, 12 Dec 2023 08:34:19 +0100 Subject: [PATCH] Update ci-ros-lint.yml Using the correct distro for iron branch. --- .github/workflows/ci-ros-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-ros-lint.yml b/.github/workflows/ci-ros-lint.yml index 60cf153978..68f8d4d6fe 100644 --- a/.github/workflows/ci-ros-lint.yml +++ b/.github/workflows/ci-ros-lint.yml @@ -17,7 +17,7 @@ jobs: - uses: ros-tooling/setup-ros@0.7.1 - uses: ros-tooling/action-ros-lint@v0.1 with: - distribution: rolling + distribution: iron linter: ${{ matrix.linter }} package-name: ackermann_steering_controller