Commit 660cd2cb authored by Dominik Charousset's avatar Dominik Charousset

Add GH action for clang-format

parent daa75c48
name: check-formatting
on: [push, pull_request]
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format.
uses: jidicula/clang-format-action@v4.10.1
with:
clang-format-version: '15'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment