Skip to content

Moved rmf_demos to use ros_gz_bridge instead of ros_ign_bridge (#173) #1025

Moved rmf_demos to use ros_gz_bridge instead of ros_ign_bridge (#173)

Moved rmf_demos to use ros_gz_bridge instead of ros_ign_bridge (#173) #1025

Workflow file for this run

name: style
on:
pull_request:
push:
branches: [ main ]
jobs:
linter:
runs-on: ubuntu-latest
strategy:
matrix:
docker_image: ['ros:rolling-ros-base']
container:
image: ${{ matrix.docker_image }}
steps:
- uses: actions/checkout@v3
- name: deps
shell: bash
run: |
sudo apt update && sudo apt install pycodestyle
- name: pycodestyle
shell: bash
run: |
pycodestyle .