Skip to content

Add clang-format GitHub action #1

Add clang-format GitHub action

Add clang-format GitHub action #1

Workflow file for this run

name: clang-format
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check
uses: DoozyX/[email protected]