Files
yoga/.github/workflows/validate-cpp.yml
Nick Gerleman 77e1637caa rename
2022-10-17 14:06:18 -07:00

17 lines
283 B
YAML

name: C++
on: [push, pull_request, 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