Files
yoga/.github/workflows/validate-cpp.yml
2022-12-22 03:59:36 -08:00

27 lines
458 B
YAML

name: C++
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
clang-format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: clang-format
uses: ./.github/actions/clang-format
with:
directory: ./yoga
- name: clang-format (JavaScript Bindings)
uses: ./.github/actions/clang-format
with:
directory: ./javascript