Skip to content

recompile for PROS 3.8.2 #115

recompile for PROS 3.8.2

recompile for PROS 3.8.2 #115

name: test-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/lemlib ./include/lemlib'
extensions: 'hpp,cpp'
clangFormatVersion: 14