Skip to content

add clang format to the project #11

add clang format to the project

add clang format to the project #11

Workflow file for this run

name: Clang Format Diff Check
on: [push]
jobs:
clang-format-diff-check:
runs-on: ubuntu-latest
steps:
- name: Checkout Sources
uses: actions/checkout@v4
- name: clang format diff check
run: |
git fetch origin main
git clang-format-15 --diff origin main