Skip to content

[github/workflows] Build coverage. #5

[github/workflows] Build coverage.

[github/workflows] Build coverage. #5

Workflow file for this run

name: ROS Lint
on:
pull_request:
jobs:
ament_lint:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
linter: [copyright, cppcheck, lint_cmake]
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
with:
distribution: rolling
linter: ${{ matrix.linter }}
package-name:
bolt_description
bolt_bringup
ament_lint_100:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
linter: [cpplint]
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
with:
distribution: rolling
linter: cpplint
arguments: "--linelength=100 --filter=-whitespace/newline"
package-name:/actions/runs/7504692249/job/20432321594

Check failure on line 39 in .github/workflows/ci-ros-lint.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-ros-lint.yaml

Invalid workflow file

You have an error in your yaml syntax on line 39
bolt_description
bolt_bringup