-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into paratoberfest_blind_stalkers
Signed-off-by: Luc <[email protected]>
- Loading branch information
Showing
993 changed files
with
28,434 additions
and
13,510 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
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 |
---|---|---|
|
@@ -57,6 +57,11 @@ jobs: | |
python -m tools.ci.check_legacy_attack_chain | ||
python -m tools.maplint.source --github | ||
- name: Setup .NET SDK | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 9.x | ||
|
||
- name: Run DreamChecker | ||
shell: bash | ||
run: ~/dreamchecker 2>&1 | bash tools/ci/annotate_dm.sh | ||
|
@@ -69,6 +74,10 @@ jobs: | |
- name: Setup OD | ||
run: | | ||
bash tools/ci/setup_od.sh | ||
- name: Setup .NET SDK | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 9.x | ||
- name: Run OD | ||
run: | | ||
bash tools/ci/run_od.sh | ||
|
@@ -104,7 +113,7 @@ jobs: | |
'/datum/map/cerestation', | ||
'/datum/map/emeraldstation', | ||
] | ||
byondtype: ['STABLE'] | ||
byondtype: ['STABLE', 'BETA'] | ||
services: | ||
mariadb: | ||
image: mariadb:latest | ||
|
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
Oops, something went wrong.