Skip to content

fix: add void annotation #314

fix: add void annotation

fix: add void annotation #314

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/[email protected]
with:
linter: ${{ matrix.linter }}
package-name: libstatistics_collector