Skip to content

Add NuGet package README for native packages and link from managed package README #2439

Add NuGet package README for native packages and link from managed package README

Add NuGet package README for native packages and link from managed package README #2439

name: Clang Format Lint
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
on:
pull_request: { }
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: './src'
extensions: 'h,cpp'
clangFormatVersion: 17