This commit is contained in:
Nick Gerleman
2022-10-17 14:06:18 -07:00
parent 4dad34dcca
commit 77e1637caa
3 changed files with 0 additions and 0 deletions

16
.github/workflows/validate-cpp.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
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