Skip to content

Fix typo in entity reference for archetype creation example #787

Fix typo in entity reference for archetype creation example

Fix typo in entity reference for archetype creation example #787

Workflow file for this run

name: analysis
on: [push, pull_request, workflow_dispatch]
jobs:
run:
name: Run Luau Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v4
- name: Install Rokit
uses: CompeyDev/setup-rokit@v0.1.2
- name: Install Luau
run: rokit install --no-trust-check
- name: Analyze
run: |
output=$(luau-analyze src || true) # Suppress errors for now.