Skip to content

Merge branch '416-update-mixing-system-to-be-more-flexible' of github… #122

Merge branch '416-update-mixing-system-to-be-more-flexible' of github…

Merge branch '416-update-mixing-system-to-be-more-flexible' of github… #122

Workflow file for this run

name: linter
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.16.2
with:
source: '.'
extensions: 'h,hpp,cpp'
exclude: './boards/*/lib'
clangFormatVersion: 16