Formatting check

This commit is contained in:
Isaac Marovitz 2023-07-06 21:36:13 +01:00
parent 983593c6de
commit ee44c48512

14
.github/workflows/format.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Formatting check
on:
push:
pull_request:
workflow_dispatch:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3
- name: Run clang-format
uses: jidicula/clang-format-action@4.11.0