Skip to content

add clang format to the project #4

add clang format to the project

add clang format to the project #4

Workflow file for this run

name: Clang Format Diff Check
on: [push]
jobs:
clang-format-diff-check:
runs-on: ubuntu-latest
steps:
- name: clang format diff check
run: |
which clang-format
ls -l /usr/bin/clang-format