Skip to content

fix: Apply GSplat unified property while it is disabled #363

fix: Apply GSplat unified property while it is disabled

fix: Apply GSplat unified property while it is disabled #363

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