Skip to content

change to file

change to file #17

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: |
(luau-analyze src || true) > analyze-log.txt # Suppress errors for now.
cat analyze-log.txt | ./scripts/gh-warn-luau-analyze.sh