Skip to content

[Pointcloud] Fixes in Pointcloud Gem #90

[Pointcloud] Fixes in Pointcloud Gem

[Pointcloud] Fixes in Pointcloud Gem #90

Workflow file for this run

name: clang-format check
on: [pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check.
uses: jidicula/[email protected]
with:
clang-format-version: "15"
check-path: "Gems"
exclude-regex: "3rdParty" # Exclude paths containing "3rdParty"