Skip to content

Commit

Permalink
Revert "Auxiliary commit to revert individual files from 92eefce"
Browse files Browse the repository at this point in the history
This reverts commit 4bf404b2d78818853054658aefc81247ee7f69d7.
  • Loading branch information
kineticsystem committed Sep 5, 2023
1 parent 92eefce commit 19569f8
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/workflows/ci-ros-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: ROS Lint
on:
pull_request:

jobs:
ament_lint:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
linter: [cppcheck, copyright, lint_cmake]
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
with:
distribution: rolling
linter: ${{ matrix.linter }}
package-name: robotiq_driver
robotiq_controllers
robotiq_description

ament_lint_100:
name: ament_${{ matrix.linter }}
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
linter: [cpplint]
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/[email protected]
- uses: ros-tooling/[email protected]
with:
distribution: rolling
linter: cpplint
arguments: "--linelength=100 --filter=-whitespace/newline"
package-name: robotiq_driver
robotiq_controllers
robotiq_description

0 comments on commit 19569f8

Please sign in to comment.