Refactor using a base widget class #55
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and test | |
on: | |
# Run this action whenever a pull request is made | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
# Note that we pass each job a different name to distinguish each linter job | |
ament_lint_cpp: | |
name: ament_${{ matrix.linter }} | |
runs-on: ubuntu-latest | |
steps: | |
- uses: ros-tooling/[email protected] | |
with: | |
required-ros-distributions: humble | |
- uses: ros-tooling/[email protected] | |
with: | |
package-name: rqt_gauges | |
target-ros2-distro: humble |