Skip to content

Updated to have error codes in the services #149

Updated to have error codes in the services

Updated to have error codes in the services #149

Workflow file for this run

name: format
on:
workflow_dispatch:
pull_request:
push:
branches:
- ros1
- ros2
jobs:
pre-commit:
name: pre-commit
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install clang-format
run: sudo apt-get install clang-format
- uses: pre-commit/[email protected]