From b1bc689cbd6177a274aefc1c9e17fc7d9a4a84ac Mon Sep 17 00:00:00 2001 From: EncodedVenom <32179912+EncodedVenom@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:52:16 -0400 Subject: [PATCH] Update analysis.yaml Should make it warn instead of error. --- .github/workflows/analysis.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yaml b/.github/workflows/analysis.yaml index e24addd..de5c2ae 100644 --- a/.github/workflows/analysis.yaml +++ b/.github/workflows/analysis.yaml @@ -15,5 +15,6 @@ jobs: uses: encodedvenom/install-luau@v2.1 - name: Analyze + continue-on-error: true run: | - luau-analyze src \ No newline at end of file + luau-analyze src