Skip to content

Merge branch 'main' of https://github.com/awslabs/aws-crt-cpp into ca… #2438

Merge branch 'main' of https://github.com/awslabs/aws-crt-cpp into ca…

Merge branch 'main' of https://github.com/awslabs/aws-crt-cpp into ca… #2438

Workflow file for this run

name: Lint
on:
push:
branches-ignore:
- 'main'
- 'docs'
jobs:
clang-format:
runs-on: ubuntu-22.04 # latest
steps:
- name: Checkout Sources
uses: actions/checkout@v1
- name: clang-format lint
uses: DoozyX/[email protected]
with:
source: './include ./source ./tests'
exclude: './include/aws/crt/external ./source/external'
clangFormatVersion: 11.1.0