Skip to content

Clang-Format

Clang-Format #824

Workflow file for this run

name: Clang-Format
on:
push:
branches: ["main"]
pull_request:
schedule:
- cron: "0 2 * * 6"
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