Skip to content

Commit 2f4be92

Browse files
ci: more stuff
1 parent 4a94cbb commit 2f4be92

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ jobs:
3838
run: pnpm install
3939

4040
- name: Setup Rokit
41-
run: |
42-
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/rojo-rbx/rokit/main/scripts/install.sh | sh
43-
env:
44-
GITHUB_TOKEN: ${{ inputs.token }}
45-
shell: bash
41+
uses: CompeyDev/setup-rokit@main
42+
with:
43+
token: ${{ secrets.GITHUB_TOKEN }}
4644

4745
- name: Lint
4846
run: |

0 commit comments

Comments
 (0)