Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
1c49a27
test pr to ensure all files are ticked in the dme
JohnFulpWillard Nov 7, 2023
ed037cf
wrong file name lol
JohnFulpWillard Nov 7, 2023
3d241af
wrong folder
JohnFulpWillard Nov 7, 2023
4af4586
last commit i think
JohnFulpWillard Nov 7, 2023
4ba73f7
ok this is last one fr
JohnFulpWillard Nov 7, 2023
99ff83f
Merge branch 'master' of https://github.com/yogstation13/Yogstation i…
JohnFulpWillard Nov 25, 2023
aefcca1
Removes dm files not in the DME
JohnFulpWillard Nov 25, 2023
eb955c3
fix to dme
JohnFulpWillard Nov 25, 2023
91d3a2f
wait no what
JohnFulpWillard Nov 25, 2023
1b14b46
Update ticked_file_enforcement.py
JohnFulpWillard Nov 25, 2023
4e7cb4a
Update ticked_file_enforcement.py
JohnFulpWillard Nov 25, 2023
c59905a
No way
JohnFulpWillard Nov 25, 2023
47fd423
deletes redirector
JohnFulpWillard Nov 25, 2023
9aee679
Update unit_tests.json
JohnFulpWillard Nov 25, 2023
849deaa
Update ticked_file_enforcement.py
JohnFulpWillard Nov 25, 2023
681b661
Revert "Update ticked_file_enforcement.py"
JohnFulpWillard Nov 25, 2023
7fc1c59
Revert "Revert "Update ticked_file_enforcement.py""
JohnFulpWillard Nov 25, 2023
42fc8f6
my commits arent pushing to github anymore
JohnFulpWillard Nov 25, 2023
e49e195
Update ticked_file_enforcement.py
JohnFulpWillard Nov 25, 2023
5f1d975
test
JohnFulpWillard Nov 26, 2023
cde2116
Revert "test"
JohnFulpWillard Nov 26, 2023
8f27d3e
Update yogstation.dme
JohnFulpWillard Nov 26, 2023
2737937
unit test
JohnFulpWillard Nov 26, 2023
e3392a4
ports a fix from tg
JohnFulpWillard Nov 26, 2023
da06617
Update yogstation.dme
JohnFulpWillard Nov 26, 2023
c6abed0
Merge remote-tracking branch 'upstream/master' into validate-dme
JohnFulpWillard Dec 1, 2023
7e6f649
Update ticked_file_enforcement.py
JohnFulpWillard Dec 1, 2023
7dd0755
Update ticked_file_enforcement.py
JohnFulpWillard Dec 1, 2023
23c8d45
Update ticked_file_enforcement.py
JohnFulpWillard Dec 1, 2023
e14a508
Update ticked_file_enforcement.py
JohnFulpWillard Dec 1, 2023
0b4a47b
moves dme to its own ci check
JohnFulpWillard Dec 2, 2023
f449a81
test
JohnFulpWillard Dec 2, 2023
0c24598
Update ticked_file_enforcement.py
JohnFulpWillard Dec 2, 2023
d0b39d5
Update ticked_file_enforcement.py
JohnFulpWillard Dec 2, 2023
443bc98
it's all so tiring
JohnFulpWillard Dec 2, 2023
2c631d4
Update ticked_file_enforcement.py
JohnFulpWillard Dec 2, 2023
ba0f214
Update ticked_file_enforcement.py
JohnFulpWillard Dec 2, 2023
f15adbf
Revert "Update ticked_file_enforcement.py"
JohnFulpWillard Dec 2, 2023
5605f92
Update ticked_file_enforcement.py
JohnFulpWillard Dec 2, 2023
320fdd4
Merge remote-tracking branch 'upstream/master' into validate-dme
JohnFulpWillard Dec 6, 2023
8e2f040
Merge remote-tracking branch 'upstream/master' into validate-dme
JohnFulpWillard Dec 10, 2023
fc50715
Merge remote-tracking branch 'upstream/master' into validate-dme
JohnFulpWillard Dec 10, 2023
c470b77
Update yogstation.dme
JohnFulpWillard Dec 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/turdis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,17 @@ jobs:

- name: Misc Checks
run: |
python tools/travis/check_dme_alphabetical.py yogstation.dme
tools/travis/check_filedirs.sh yogstation.dme
tools/travis/check_changelogs.sh
find . -name "*.json" -not -path "./tgui/node_modules/*" -print0 | xargs -0 python3 ./tools/json_verifier.py
tools/build/build --ci lint tgui-test
tools/travis/check_grep.sh

- name: Ticked File Enforcement
run: |
python tools/travis/ticked_file_enforcement/ticked_file_enforcement.py < tools/travis/ticked_file_enforcement/schemas/yogstation_dme.json
python tools/travis/ticked_file_enforcement/ticked_file_enforcement.py < tools/travis/ticked_file_enforcement/schemas/unit_tests.json

- name: Run Linter
id: linter
run: |
Expand Down
14 changes: 0 additions & 14 deletions code/__DEFINES/_readme.dm

This file was deleted.

38 changes: 0 additions & 38 deletions code/__HELPERS/unused.dm

This file was deleted.

127 changes: 0 additions & 127 deletions code/controllers/subsystem/sound.dm

This file was deleted.

192 changes: 0 additions & 192 deletions code/datums/components/acid.dm

This file was deleted.

Loading