Skip to content

Merge branch 'nohal:main' into main #1

Merge branch 'nohal:main' into main

Merge branch 'nohal:main' into main #1

---
name: test-clang-format
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: './src ./include'
exclude: './src/dashboardskgui.cpp ./include/dashboardskgui.h'
extensions: 'h,cpp'
clangFormatVersion: 13
style: file
...