Skip to content

Run clang-format lint on pull requests #2

Run clang-format lint on pull requests

Run clang-format lint on pull requests #2

Workflow file for this run

name: clang-format-lint
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: './src'
style: file
clangFormatVersion: 14