Skip to content

removed depdency of main.cpp on the specific board #124

removed depdency of main.cpp on the specific board

removed depdency of main.cpp on the specific board #124

Workflow file for this run

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