Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

added changed ports, drive curve, and PTO Code #62

added changed ports, drive curve, and PTO Code

added changed ports, drive curve, and PTO Code #62

name: Clang Format
on:
push:
branches:
- '*'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.14
with:
source: './src/ ./include/lib'
extensions: 'hpp,cpp'
clangFormatVersion: 14