Skip to content

test commit

test commit #242

Workflow file for this run

name: Clang-Format
on:
push:
branches:
- "main"
pull_request:
jobs:
run-clang-format:
name: Run clang-format
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run clang-format
uses: DoozyX/[email protected]
with:
source: "."
clangFormatVersion: 15