Skip to content

clang-format

clang-format #6

Workflow file for this run

name: Check code style
on:
push:
pull_request:
workflow_dispatch:
jobs:
format:
name: Check code style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format
uses: jidicula/[email protected]
with:
clang-format-version: '16'
include-regex: '^.*\.(((c|m|C)(c|m|pp|mm|xx|\+\+)?$)|((h|H)h?(pp|xx|\+\+)?$))$'