-
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.
- Loading branch information
1 parent
ae7816a
commit 584c85e
Showing
11 changed files
with
161 additions
and
2 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,10 @@ | ||
## 📝Description | ||
[Description Here] | ||
|
||
## 🔧Changes | ||
- Change 1 | ||
- Change 2 | ||
- Change 3 | ||
|
||
## 👣Next steps | ||
No further steps are necessary |
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,21 @@ | ||
name: Check | ||
|
||
on: | ||
push: | ||
branches: [main] | ||
pull_request: | ||
branches: [main, development] | ||
|
||
jobs: | ||
|
||
lint: | ||
name: Lint | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Install Aftman | ||
uses: ok-nick/[email protected] | ||
|
||
- name: Lint | ||
run: | | ||
selene ./src/StateMachine |
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,25 @@ | ||
name: Docs | ||
|
||
on: | ||
push: | ||
branches: [main] | ||
|
||
jobs: | ||
publish: | ||
name: Public and Deploy the docs of our project | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 18 | ||
- run: npm i -g moonwave@latest | ||
- name: Publish | ||
run: | | ||
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "github-actions-bot" | ||
moonwave build --publish --code RoQuest | ||
env: | ||
|
||
GITHUB_TOKEN: ${{ secrets.MOONWAVE_TOKEN }} |
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,33 @@ | ||
name: Wally | ||
|
||
on: | ||
push: | ||
branches: [main] | ||
|
||
jobs: | ||
|
||
python: | ||
name: Python | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.10' | ||
|
||
publish: | ||
name: Publish to Wally | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Install Aftman | ||
uses: ok-nick/[email protected] | ||
|
||
- name: Publish | ||
run: | | ||
wally login --token ${{ secrets.MOONWAVE_TOKEN }} | ||
wally publish | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.MOONWAVE_TOKEN }} | ||
|
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,6 @@ | ||
# Project place file | ||
/RoQuest.rbxlx | ||
|
||
# Roblox Studio lock files | ||
/*.rbxlx.lock | ||
/*.rbxl.lock |
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,17 @@ | ||
# RoQuest | ||
Generated by [Rojo](https://github.com/rojo-rbx/rojo) 6.2.0. | ||
|
||
## Getting Started | ||
To build the place from scratch, use: | ||
|
||
```bash | ||
rojo build -o "RoQuest.rbxlx" | ||
``` | ||
|
||
Next, open `RoQuest.rbxlx` in Roblox Studio and start the Rojo server: | ||
|
||
```bash | ||
rojo serve | ||
``` | ||
|
||
For more help, check out [the Rojo documentation](https://rojo.space/docs). |
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 |
---|---|---|
|
@@ -3,4 +3,6 @@ | |
|
||
# To add a new tool, add an entry to this table. | ||
[tools] | ||
rojo = "rojo-rbx/[email protected]" | ||
rojo = "rojo-rbx/[email protected]" | ||
selene = "Kampfkarren/[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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"name": "RoQuest", | ||
"tree": { | ||
"$className": "DataModel", | ||
|
||
"RoQuest":{ | ||
"$path": "RoQuest" | ||
}, | ||
|
||
"ReplicatedStorage": { | ||
"$path": "ReplicatedStorage", | ||
"RoQuest":{ | ||
"$path": "RoQuest" | ||
} | ||
}, | ||
|
||
"ServerScriptService": { | ||
"Server": { | ||
"$path": "src/ServerScriptService" | ||
} | ||
}, | ||
|
||
"StarterPlayer": { | ||
"StarterPlayerScripts": { | ||
"$path": "src/StarterPlayerScripts" | ||
} | ||
} | ||
} | ||
} |
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 @@ | ||
std = "roblox" |
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,16 @@ | ||
[package] | ||
name = "prooheckcp/RoQuest" | ||
description = "" | ||
version = "0.0.1" | ||
license = "MIT" | ||
registry = "https://github.com/UpliftGames/wally-index" | ||
realm = "shared" | ||
authors = ["Prooheckcp"] | ||
exclude = ["**"] | ||
include = [ | ||
"default.project.json", | ||
"RoQuest", | ||
"RoQuest/*", | ||
"wally.lock", | ||
"wally.toml", | ||
] |