Skip to content

Commit

Permalink
Fix Checks (#348)
Browse files Browse the repository at this point in the history
* Fix Checks
  • Loading branch information
BiraruX authored Jan 27, 2025
1 parent 442f98f commit 7e73e2d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ 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
- name: Update standard library
Expand Down

0 comments on commit 7e73e2d

Please sign in to comment.