-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync with unnamed.games version (#2)
* Fix project name * Remove nonstrict * Pull latest changes from ungms/base * Create aftman.toml * Update Maid LinkToInstance and fix edge cases * `emitLegacyScripts: false` * Add automatic publishing to wally * Bump version to 2.1.0 * Explicitly set secrets * Cleanup wally.toml
- Loading branch information
1 parent
949d04e
commit e341ddb
Showing
5 changed files
with
60 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: "Roblox" | ||
|
||
on: | ||
push: | ||
paths: | ||
- "wally.toml" | ||
|
||
jobs: | ||
workflow: | ||
uses: ungms/.github/.github/workflows/roblox.yml@main | ||
|
||
secrets: | ||
WALLY_AUTH: ${{ secrets.WALLY_AUTH }} | ||
permissions: | ||
contents: write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[tools] | ||
rojo = "rojo-rbx/[email protected]" | ||
wally = "upliftgames/[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
[package] | ||
name = "devsparkle/maid" | ||
description = "A hassle-free Roblox library to manage object cleanup!" | ||
version = "2.0.1" | ||
version = "2.1.0" | ||
license = "MIT" | ||
registry = "https://github.com/UpliftGames/wally-index" | ||
realm = "shared" | ||
|
||
[dependencies] | ||
registry = "https://github.com/UpliftGames/wally-index" |