yoga.cpp
This commit is contained in:
4
.github/actions/clang-format/action.yml
vendored
4
.github/actions/clang-format/action.yml
vendored
@@ -13,9 +13,9 @@ runs:
|
||||
steps:
|
||||
- name: Install
|
||||
shell: bash
|
||||
run: sudo apt install clang-format-${{ inputs.version }}
|
||||
run: sudo apt-get install clang-format-${{ inputs.version }}
|
||||
|
||||
- name: clang-format
|
||||
working-directory: ${{ inputs.directory }}
|
||||
shell: bash
|
||||
run: clang-format-${{ inputs.version }} --dry-run --Werror **/*.h **/*.cpp # Yoga's config doesn't support ObjC
|
||||
run: clang-format-${{ inputs.version }} --dry-run --Werror yoga.cpp # Yoga's config doesn't support ObjC
|
||||
|
2
.github/workflows/valiadate-apple.yml
vendored
2
.github/workflows/valiadate-apple.yml
vendored
@@ -21,6 +21,8 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Setup
|
||||
uses: ./.github/actions/setup-apple
|
||||
|
||||
|
Reference in New Issue
Block a user