From eaf68fadd872464d477010f5358da4992d5998be Mon Sep 17 00:00:00 2001 From: Biraru Date: Tue, 14 Jan 2025 03:45:42 +0500 Subject: [PATCH 1/2] Fix Checks --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4df1ebc..6ef2a4d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,15 +14,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Setup tools - name: Run aftman - uses: ok-nick/setup-aftman@v0.3.0 - with: - version: v0.2.7 + uses: ok-nick/setup-aftman@main - # Run linter + # Run Linter - name: Update standard library run: selene update-roblox-std - name: Run Selene From fb9bf385370cb8130aacd55f88cd54ba55e2d972 Mon Sep 17 00:00:00 2001 From: Biraru Date: Tue, 14 Jan 2025 04:53:48 +0500 Subject: [PATCH 2/2] Revert Capitalization --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ef2a4d4..fe7ed6eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Run aftman uses: ok-nick/setup-aftman@main - # Run Linter + # Run linter - name: Update standard library run: selene update-roblox-std - name: Run Selene