Skip to content

Fix HyperX Cloud Alpha #148

Fix HyperX Cloud Alpha

Fix HyperX Cloud Alpha #148

Workflow file for this run

name: Test Code Style
on: [pull_request]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.11
with:
source: '.'
extensions: 'h,c'
clangFormatVersion: 11