Skip to content

Commit

Permalink
Fix Checks
Browse files Browse the repository at this point in the history
  • Loading branch information
BiraruX committed Jan 13, 2025
1 parent 442f98f commit eaf68fa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand Down

0 comments on commit eaf68fa

Please sign in to comment.