Skip to content

Bump Jabby v0.2.0-rc.9 (#197) #226

Bump Jabby v0.2.0-rc.9 (#197)

Bump Jabby v0.2.0-rc.9 (#197) #226

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.