Skip to content

pick up submodules update for s3 express #2454

pick up submodules update for s3 express

pick up submodules update for s3 express #2454

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