Skip to content

[m5stack_ros] Fix docs of gas sensers #204

[m5stack_ros] Fix docs of gas sensers

[m5stack_ros] Fix docs of gas sensers #204

Workflow file for this run

# generated by `./generate_action_config.py noetic`
# jsk_travis
on: [push, pull_request]
jobs:
noetic:
runs-on: ubuntu-latest
name: noetic
container: ubuntu:20.04
steps:
- name: Install latest git ( use sudo for ros-ubuntu )
run: apt-get update && apt-get install -y software-properties-common && apt-get update && add-apt-repository -y ppa:git-core/ppa && apt-get update && apt-get install -y git
- name: Chcekout
uses: actions/checkout@v2
- name: Run jsk_travis
uses: jsk-ros-pkg/jsk_travis@master
with:
ROS_DISTRO : noetic
ROS_PARALLEL_TEST_JOBS: "-j8"
USE_DEB : false