Skip to content

add clang format to the project #7

add clang format to the project

add clang format to the project #7

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: |
ls
cd aws-sdk-cpp
git clang-format-15 --diff main