cpp
This commit is contained in:
14
.github/workflows/valiadate-apple.yml
vendored
14
.github/workflows/valiadate-apple.yml
vendored
@@ -16,11 +16,25 @@ jobs:
|
|||||||
- name: pod spec lint
|
- name: pod spec lint
|
||||||
run: pod spec lint --verbose
|
run: pod spec lint --verbose
|
||||||
|
|
||||||
|
install-sample:
|
||||||
|
name: Install YogaKitSample
|
||||||
|
runs-on: macos-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Setup
|
||||||
|
uses: ./.github/actions/setup-apple
|
||||||
|
|
||||||
|
- name: pod install
|
||||||
|
run: pod install
|
||||||
|
workingDirectory: ./YogaKit/YogaKitSample
|
||||||
|
|
||||||
clang-format:
|
clang-format:
|
||||||
name: Clang Format
|
name: Clang Format
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: clang-format
|
- name: clang-format
|
||||||
uses: ./.github/actions/clang-format
|
uses: ./.github/actions/clang-format
|
||||||
with:
|
with:
|
||||||
|
16
.github/workflows/valiadate-cpp.yml
vendored
Normal file
16
.github/workflows/valiadate-cpp.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
name: C++
|
||||||
|
|
||||||
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
clang-format:
|
||||||
|
name: Clang Format
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: clang-format
|
||||||
|
uses: ./.github/actions/clang-format
|
||||||
|
with:
|
||||||
|
directory: ./yoga
|
Reference in New Issue
Block a user