Skip to content

Commit

Permalink
Migrate to Rokit as toolchain manager (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompeyDev authored Oct 16, 2024
1 parent 0d2f553 commit eaac9ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ jobs:
with:
components: rustfmt

- name: Install Just
uses: extractions/setup-just@v2

- name: Install Tooling
uses: ok-nick/setup-aftman@v0.4.2
uses: CompeyDev/setup-rokit@v0.1.0

- name: Check Formatting
run: just fmt-check
Expand All @@ -40,11 +37,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Just
uses: extractions/setup-just@v2

- name: Install Tooling
uses: ok-nick/setup-aftman@v0.4.2
uses: CompeyDev/setup-rokit@v0.1.0

- name: Analyze
run: just analyze
Expand Down
1 change: 1 addition & 0 deletions aftman.toml → rokit.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[tools]
luau-lsp = "JohnnyMorganz/[email protected]"
stylua = "JohnnyMorganz/[email protected]"
just = "casey/[email protected]"

0 comments on commit eaac9ff

Please sign in to comment.