Files
yoga/.github/workflows/validate-cpp.yml
2022-12-24 23:05:04 -08:00

22 lines
315 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