Skip to content

Split Pixie prefab into child GameObjects (#68) #249

Split Pixie prefab into child GameObjects (#68)

Split Pixie prefab into child GameObjects (#68) #249

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- run: yarn lint:all