-
-
Notifications
You must be signed in to change notification settings - Fork 542
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reverts commit 68de607.
- Loading branch information
Showing
1,456 changed files
with
26,553 additions
and
45,409 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 |
---|---|---|
@@ -1,67 +1,49 @@ | ||
Admin: | ||
- any-glob-to-any-file: | ||
- "code/modules/admin/**" | ||
- "code/modules/admin/**" | ||
|
||
# Any file within the config subfolder | ||
Config: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "config/**" | ||
- "config/**" | ||
|
||
Dependencies: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/package.json" | ||
- "**/package-lock.json" | ||
- "**/yarn.lock" | ||
- "**/package.json" | ||
- "**/package-lock.json" | ||
- "**/yarn.lock" | ||
|
||
# When the .DME is changed | ||
DME Edit: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "./*.dme" | ||
- "**/*.dme" | ||
- "./*.dme" | ||
- "**/*.dme" | ||
|
||
# Any .dmi changes | ||
Sprites: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.dmi" | ||
- "**/*.dmi" | ||
|
||
# Changes to a .dm or anything in the code subfolder | ||
Code Change: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.dm" | ||
- "code/**" | ||
- "**/*.dm" | ||
- "code/**" | ||
|
||
# Changes to a .dmm or anything in the _map subfolder | ||
Map Change: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.dmm" | ||
- "_maps/**" | ||
- "**/*.dmm" | ||
- "_maps/**" | ||
|
||
# Any changes to .ogg files are marked as sound | ||
Sound: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.ogg" | ||
- "**/*.ogg" | ||
|
||
# Changes to the SQL subfolder | ||
SQL: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "SQL/**" | ||
- "SQL/**" | ||
|
||
# Changes to the tgui subfolder | ||
tgui: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "tgui/**" | ||
- "tgui/**" | ||
|
||
# Changes to the .Github subfolder | ||
Github: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ".github/**" | ||
- ".github/**" | ||
|
||
Deprecated Modularization: | ||
- "whitesands/**" |
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
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ on: | |
|
||
jobs: | ||
link_rounds: | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: shiptest-ss13/[email protected] | ||
with: | ||
|
This file was deleted.
Oops, something went wrong.
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.