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

Updated arms::RELATIVE functionality | Implement movements based on v… #217

Updated arms::RELATIVE functionality | Implement movements based on v…

Updated arms::RELATIVE functionality | Implement movements based on v… #217

Workflow file for this run

name: Clang Format
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Format
uses: DoozyX/[email protected]
with:
source: './src'
clangFormatVersion: 11
inplace: True
- name: Commit
uses: EndBug/add-and-commit@v4
with:
author_name: Clang Robot
author_email: [email protected]
message: 'Committing clang-format changes'