This commit is contained in:
Nick Gerleman
2022-10-14 09:08:07 -07:00
parent e0b243601e
commit 46a170fb71
3 changed files with 126 additions and 2 deletions

View File

@@ -29,3 +29,15 @@ jobs:
- name: pod install
working-directory: ./YogaKit/YogaKitSample
run: pod install
clang-format:
name: Clang Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: clang-format
uses: ./.github/actions/clang-format
with:
directory: ./YogaKit