[Re-write] Free fleet adapter using easy-full-control fleet adapter and zenoh bridges #165
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: style | |
on: [pull_request, push] | |
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 . |