Skip to content

fix(GSplat): Do not apply instance and material again if no changes. #368

fix(GSplat): Do not apply instance and material again if no changes.

fix(GSplat): Do not apply instance and material again if no changes. #368

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Install Dependencies
run: pnpm install
- name: Lint
run: pnpm run lint