Skip to content

Bump codecov/codecov-action from 4.4.1 to 4.5.0 #323

Bump codecov/codecov-action from 4.4.1 to 4.5.0

Bump codecov/codecov-action from 4.4.1 to 4.5.0 #323

Workflow file for this run

name: Lint libstatistics_collector
on:
pull_request:
jobs:
ament_lint:
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-noble-latest
strategy:
fail-fast: false
matrix:
linter: [copyright, cpplint, flake8, pep257, uncrustify, xmllint]
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/action-ros-lint@v0.1
with:
linter: ${{ matrix.linter }}
package-name: libstatistics_collector