Add --no-ui for play with status info and start/stop/pause services #32
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 & test | |
on: [push, pull_request] | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
build_and_test_ubuntu: | |
runs-on: ubuntu-latest | |
container: | |
image: rostooling/setup-ros-docker:ubuntu-focal-ros-noetic-ros-base-latest | |
steps: | |
- uses: ros-tooling/[email protected] | |
with: | |
package-name: rosfmt | |
target-ros1-distro: noetic |