Skip to content

Commit

Permalink
Setup correcto src path in github/actions and remove cpp linters
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiktor-99 committed Jul 6, 2024
1 parent 2f0103f commit df4aa4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/lint/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -e

./setup.sh
ament_${LINTER} src/
ament_${LINTER} .
6 changes: 3 additions & 3 deletions .github/workflows/ros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- foxy*
- humble*
- iron*
- rolling
- main
- rolling*
- main*
workflow_dispatch:

jobs:
Expand All @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
linter: [cppcheck, cpplint, uncrustify, lint_cmake, xmllint, flake8, pep257]
linter: [uncrustify, xmllint, flake8, pep257]
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit df4aa4d

Please sign in to comment.