Skip to content

fix: Use findClassStatic for createHybridObject to fix crash on reload #25

fix: Use findClassStatic for createHybridObject to fix crash on reload

fix: Use findClassStatic for createHybridObject to fix crash on reload #25

Workflow file for this run

name: Validate C++
on:
push:
branches:
- main
paths:
- '.github/workflows/lint-cpp.yml'
- '**/*.h'
- '**/*.hpp'
- '**/*.cpp'
- '**/*.c'
- '**/*.mm'
pull_request:
paths:
- '.github/workflows/lint-cpp.yml'
- '**/*.h'
- '**/*.hpp'
- '**/*.cpp'
- '**/*.c'
- '**/*.mm'
jobs:
lint:
name: Check clang-format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install npm dependencies (bun)
run: bun install --frozen-lockfile
- name: Run clang-format style check
uses: mrousavy/clang-format-action@v1
with:
clang-format-version: '16'
clang-format-style-path: .clang-format