Skip to content

README: Add note about customization #13

README: Add note about customization

README: Add note about customization #13

name: clang-format
on: [push, pull_request]
jobs:
formatting-check:
name: Format check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: '15'