Skip to content

Fixed world:delete() not invoking OnRemove hooks. (#178) #184

Fixed world:delete() not invoking OnRemove hooks. (#178)

Fixed world:delete() not invoking OnRemove hooks. (#178) #184

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 Luau
uses: encodedvenom/[email protected]
- name: Analyze
run: |
output=$(luau-analyze src || true) # Suppress errors for now.