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:
|
steps:
|
||||||
- name: Install
|
- name: Install
|
||||||
shell: bash
|
shell: bash
|
||||||
run: sudo apt install clang-format-${{ inputs.version }}
|
run: sudo apt-get install clang-format-${{ inputs.version }}
|
||||||
|
|
||||||
- name: clang-format
|
- name: clang-format
|
||||||
working-directory: ${{ inputs.directory }}
|
working-directory: ${{ inputs.directory }}
|
||||||
shell: bash
|
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
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup
|
- name: Setup
|
||||||
uses: ./.github/actions/setup-apple
|
uses: ./.github/actions/setup-apple
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user