Skip to content

Added check whether the cursor is constrained or not #104

Added check whether the cursor is constrained or not

Added check whether the cursor is constrained or not #104

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"