Skip to content

add atomic computations #2518

add atomic computations

add atomic computations #2518

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