Commit d7479a7 1 parent 98632b9 commit d7479a7 Copy full SHA for d7479a7
File tree 7 files changed +23
-20
lines changed
7 files changed +23
-20
lines changed Original file line number Diff line number Diff line change 37
37
- name : Install dependencies
38
38
run : pnpm install
39
39
40
- - name : Setup Aftman
41
- uses : ok-nick /setup-aftman@e226f24209f47677da7b215bab44f6351a2c043b # v0.4.2
40
+ - name : Setup Rokit
41
+ uses : kalrnlo /setup-rokit@v1.0.0
42
42
with :
43
43
token : ${{ secrets.GITHUB_TOKEN }}
44
44
Original file line number Diff line number Diff line change 41
41
- name : Install roblox-ts
42
42
run : pnpm add roblox-ts
43
43
44
- - name : Setup Aftman
45
- uses : ok-nick /setup-aftman@e226f24209f47677da7b215bab44f6351a2c043b # v0.4.2
44
+ - name : Setup Rokit
45
+ uses : kalrnlo /setup-rokit@v1.0.0
46
46
with :
47
47
token : ${{ secrets.GITHUB_TOKEN }}
48
48
68
68
- name : Install GH CLI
69
69
uses : dev-hanz-ops/install-gh-cli-action@8fff9050dae2d81b38f94500d8b74ad1d1d47410 # v0.2.0
70
70
71
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
72
- - uses : ok-nick/setup-aftman@e226f24209f47677da7b215bab44f6351a2c043b # v0.4.2
73
- with :
74
- token : ${{ secrets.GITHUB_TOKEN }}
71
+ - name : Setup Rokit
72
+ run : curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | sh
75
73
76
74
- name : Download place artifact
77
75
uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
Original file line number Diff line number Diff line change 44
44
- name : Install roblox-ts
45
45
run : pnpm add roblox-ts
46
46
47
- - name : Setup Aftman
48
- uses : ok-nick /setup-aftman@e226f24209f47677da7b215bab44f6351a2c043b # v0.4.2
47
+ - name : Setup Rokit
48
+ uses : kalrnlo /setup-rokit@v1.0.0
49
49
with :
50
50
token : ${{ secrets.GITHUB_TOKEN }}
51
51
71
71
- name : Install GH CLI
72
72
uses : dev-hanz-ops/install-gh-cli-action@8fff9050dae2d81b38f94500d8b74ad1d1d47410 # v0.2.0
73
73
74
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
75
- - uses : ok-nick /setup-aftman@e226f24209f47677da7b215bab44f6351a2c043b # v0.4.2
74
+ - name : Setup Rokit
75
+ uses : kalrnlo /setup-rokit@v1.0.0
76
76
with :
77
77
token : ${{ secrets.GITHUB_TOKEN }}
78
78
Original file line number Diff line number Diff line change @@ -71,11 +71,11 @@ alphabetical order):
71
71
72
72
#### Roblox Tools
73
73
74
- - [ Aftman] ( https://github.com/LPGhatguy/aftman )
75
74
- [ Asphalt] ( https://github.com/jackTabsCode/asphalt )
76
75
- [ Darklua] ( https://darklua.com/ )
77
76
- [ Mantle] ( https://mantledeploy.vercel.app/ )
78
77
- [ Rojo] ( https://rojo.space/ )
78
+ - [ Rokit] ( https://github.com/rojo-rbx/rokit )
79
79
- [ roblox-ts] ( https://roblox-ts.com/ )
80
80
81
81
#### Development Tools
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
"extends" : [
4
4
" config:recommended" ,
5
5
" :pinAllExceptPeerDependencies" ,
6
- " github>sasial-dev/aftman -renovate-config" ,
6
+ " github>christopher-buss/rokit -renovate-config" ,
7
7
" helpers:pinGitHubActionDigests" ,
8
8
" npm:unpublishSafe"
9
9
],
Original file line number Diff line number Diff line change
1
+ # This file lists tools managed by Rokit, a toolchain manager for Roblox projects.
2
+ # For more information, see https://github.com/rojo-rbx/rokit
3
+
4
+ # New tools can be added by running `rokit add <tool>` in a terminal.
5
+
6
+ [tools ]
7
+ asphalt = " jacktabscode/asphalt@0.8.0"
8
+ darklua = " seaofvoices/darklua@0.13.1"
9
+ lune = " lune-org/lune@0.8.6"
10
+ mantle = " blake-mealey/mantle@0.11.16"
11
+ rojo = " rojo-rbx/rojo@7.4.2"
You can’t perform that action at this time.
0 commit comments