Skip to content

fix: Corrected chapter numbering in readme #203

fix: Corrected chapter numbering in readme

fix: Corrected chapter numbering in readme #203

Workflow file for this run

# generated by `./generate_action_config.py kinetic`
# jsk_travis
on: [push, pull_request]
jobs:
kinetic:
runs-on: ubuntu-latest
name: kinetic
container: ubuntu:16.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 : kinetic
ROS_PARALLEL_TEST_JOBS: "-j8"