Skip to content

Fix clang format action #104

Fix clang format action

Fix clang format action #104

Workflow file for this run

name: Clang Format Checker
on: [push]
jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
sources: "./src"
extensions: 'h,cpp,c'
clangFormatVersion: 17