Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ros2/rosbag2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 019760a595b0a701b31b312fe943435edcc2ca99
Choose a base ref
..
head repository: ros2/rosbag2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 907e9f375df04d921d565c9423066120ccff434d
Choose a head ref
Showing with 4 additions and 4 deletions.
  1. +4 −4 .github/workflows/lint.yml
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
linter: [copyright, xmllint]
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/action-ros-lint@v0.1.3
- uses: ros-tooling/action-ros-lint@0.1.3
with:
linter: ${{ matrix.linter }}
distribution: rolling
@@ -46,7 +46,7 @@ jobs:
linter: [cppcheck, cpplint, uncrustify]
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/action-ros-lint@v0.1.3
- uses: ros-tooling/action-ros-lint@0.1.3
with:
linter: ${{ matrix.linter }}
distribution: rolling
@@ -77,7 +77,7 @@ jobs:
arguments: "--config rosbag2_storage_mcap/.clang-format"
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/action-ros-lint@v0.1.3
- uses: ros-tooling/action-ros-lint@0.1.3
with:
linter: ${{ matrix.linter }}
arguments: ${{ matrix.arguments }}
@@ -95,7 +95,7 @@ jobs:
linter: [pep257, flake8]
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/action-ros-lint@v0.1.3
- uses: ros-tooling/action-ros-lint@0.1.3
with:
linter: ${{ matrix.linter }}
distribution: rolling