Skip to content

Added rqt_console to devroute.yaml #389

Added rqt_console to devroute.yaml

Added rqt_console to devroute.yaml #389

Workflow file for this run

name: Check code format
on:
pull_request:
branches:
- "main"
push:
branches:
- main
jobs:
format:
name: Check code format
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
# Execute the python formatter
- name: Run the python formatter
uses: addnab/docker-run-action@v3
with:
image: pyfound/black
options: -v ${{ github.workspace}}:/apps
run: black --check ./apps/