forked from rojo-rbx/rojo
Switch all workflows to Aftman
This commit is contained in:
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@@ -28,10 +28,12 @@ jobs:
|
|||||||
override: true
|
override: true
|
||||||
profile: minimal
|
profile: minimal
|
||||||
|
|
||||||
- name: Setup Foreman
|
- name: Setup Aftman
|
||||||
uses: Roblox/setup-foreman@v1
|
uses: Bok-nick/setup-aftman@v0.1.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
trust-check: false
|
||||||
|
version: 'v0.2.6'
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
@@ -59,10 +61,12 @@ jobs:
|
|||||||
override: true
|
override: true
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
|
||||||
- name: Setup Foreman
|
- name: Setup Aftman
|
||||||
uses: Roblox/setup-foreman@v1
|
uses: Bok-nick/setup-aftman@v0.1.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
trust-check: false
|
||||||
|
version: 'v0.2.6'
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
@@ -74,4 +78,4 @@ jobs:
|
|||||||
run: cargo fmt -- --check
|
run: cargo fmt -- --check
|
||||||
|
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
run: cargo clippy
|
run: cargo clippy
|
||||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -29,10 +29,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Foreman
|
- name: Setup Aftman
|
||||||
uses: Roblox/setup-foreman@v1
|
uses: Bok-nick/setup-aftman@v0.1.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
trust-check: false
|
||||||
|
version: 'v0.2.6'
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -1,2 +1,5 @@
|
|||||||
[tools]
|
[tools]
|
||||||
wally = "UpliftGames/wally@0.3.1"
|
wally = "UpliftGames/wally@0.3.1"
|
||||||
|
rojo = "rojo-rbx/rojo@7.2.1"
|
||||||
|
selene = "Kampfkarren/selene@0.20.0"
|
||||||
|
run-in-roblox = "rojo-rbx/run-in-roblox@0.3.0"
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
[tools]
|
|
||||||
rojo = { source = "rojo-rbx/rojo", version = "7.2.1" }
|
|
||||||
run-in-roblox = { source = "rojo-rbx/run-in-roblox", version = "0.3.0" }
|
|
||||||
selene = { source = "Kampfkarren/selene", version = "0.20.0" }
|
|
||||||
wally = { source = "UpliftGames/wally", version = "0.3.1"}
|
|
||||||
Reference in New Issue
Block a user