Add drivers for SSD1327 and the SSD1351. (#625) #981
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Style | |
on: | |
push: | |
branches: [ master ] | |
paths: | |
- '.github/workflows/**' | |
- 'ci/**' | |
- 'cmake/**' | |
- 'core/**' | |
- 'Drivers/**' | |
- 'src/**' | |
- 'tests/**' | |
- 'CMakeLists.txt' | |
- 'Makefile' | |
pull_request: | |
branches: [ master ] | |
paths: | |
- '.github/workflows/**' | |
- 'ci/**' | |
- 'cmake/**' | |
- 'core/**' | |
- 'Drivers/**' | |
- 'src/**' | |
- 'tests/**' | |
- 'CMakeLists.txt' | |
- 'Makefile' | |
jobs: | |
clang-format: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: DoozyX/[email protected] | |
with: | |
source: 'src' | |
extensions: 'h,cpp' | |
clangFormatVersion: 10 | |