forked from space-sunrise/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
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' of https://github.com/space-sunrise/space-stati…
…on-14 into paper
- Loading branch information
Showing
2,994 changed files
with
1,408,802 additions
and
56,178 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,9 @@ | ||
Project-Condor: | ||
org: space-wizards | ||
org: space-sunrise | ||
project: 2 | ||
inbox: Inbox | ||
labels: | ||
"W: In Progress": "In Progress" | ||
"W: In Progress": "В Прогрессе" | ||
"W: Discussion": "Design and Discussion" | ||
"W: Backlog": "Backlog" | ||
"W: Next": "Next" | ||
"W: Next": "Следующее" |
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,22 +1,26 @@ | ||
"Changes: Sprites": | ||
"Изменения: Спрайты": | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.rsi/*.png' | ||
|
||
"Changes: Map": | ||
"Изменения: Карты": | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- 'Resources/Maps/**/*.yml' | ||
- 'Resources/Prototypes/Maps/**/*.yml' | ||
|
||
"Changes: UI": | ||
"Изменения: Интерфейс": | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.xaml*' | ||
|
||
"Changes: Shaders": | ||
"Изменения: Шейдеры": | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.swsl' | ||
|
||
"No C#": | ||
"Изменения: Локализация": | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.ftl' | ||
|
||
"Нет C#": | ||
- changed-files: | ||
# Equiv to any-glob-to-all as long as this has one matcher. If ALL changed files are not C# files, then apply label. | ||
- all-globs-to-all-files: "!**/*.cs" |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: Locale Validator | ||
|
||
on: | ||
push: | ||
branches: [ staging, trying ] | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
paths: | ||
- '**.yml' | ||
- '**.ftl' | ||
|
||
jobs: | ||
validate_ymls: | ||
name: Validate Locales | ||
runs-on: ubuntu-latest | ||
if: github.event.pull_request.draft == false | ||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.x' | ||
- name: Install dependencies | ||
run: | | ||
pip install --no-cache-dir PyYAML | ||
- name: Validate Locales | ||
run: | | ||
python3 Tools/_sunrise/Schemas/validate_yml.py Resources/Locale/ Resources/Prototypes/ --ignore Tools/_sunrise/Schemas/ignore_list.yml |
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 |
---|---|---|
|
@@ -14,9 +14,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.x' | ||
- name: Install Python dependencies | ||
run: | | ||
pip3 install --ignore-installed --user pillow jsonschema | ||
- name: Validate RSIs | ||
run: | | ||
python3 Tools/Schemas/validate_rsis.py Resources/ | ||
python3 Tools/Schemas/validate_rsis.py Resources/Prototypes/ |
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
Oops, something went wrong.