Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hearthkin Part Two: Now Fully Functional #63

Merged
merged 33 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
c2f1959
part-a-push
MortoSasye Sep 10, 2024
db99a17
from automapper to pain only I is needed
Kaostico Sep 17, 2024
8e5b652
Merge branch 'master' into hearthkin-part-two
Kaostico Sep 17, 2024
ebc3e56
getting rid of some useless code, replacing some other as well
Kaostico Sep 17, 2024
c42ba42
I Hate These Damn Towels And Towel Bins
Kaostico Sep 18, 2024
979f61c
unit test added because we love fighting github
Kaostico Sep 18, 2024
4bf5dcb
primitive-tools
MortoSasye Sep 18, 2024
4339055
Merge branch 'master' into hearthkin-part-two
MortoSasye Sep 18, 2024
ee10743
TOWEL BINS RAAAAAAAAAA
MortoSasye Sep 18, 2024
5137ee5
test-a
MortoSasye Sep 18, 2024
0d5e8c6
attempt 2
MortoSasye Sep 18, 2024
c6a9916
going-crazy-pov
MortoSasye Sep 18, 2024
cc01628
dormammu
MortoSasye Sep 18, 2024
7a8121f
Ive come
MortoSasye Sep 18, 2024
842c22d
to-bargain
MortoSasye Sep 18, 2024
10a5748
a thousand tears
MortoSasye Sep 19, 2024
1fa532e
finality
MortoSasye Sep 19, 2024
390465c
mop this
MortoSasye Sep 19, 2024
a130bf6
Update _unit_tests.dm
MortoSasye Sep 19, 2024
b613457
Moved hearthkin to game_options
MortoSasye Sep 19, 2024
28c97f1
hate you linter
MortoSasye Sep 19, 2024
ff94e35
hate you so much linter
MortoSasye Sep 19, 2024
0fc7733
im cryin and shakin rn
MortoSasye Sep 19, 2024
3774746
welp sorry everyone
MortoSasye Sep 19, 2024
b0ec9fb
fixes for my fellow doppler coders <3
MortoSasye Sep 19, 2024
13dcb28
lintern im havin a mental breakdown rn
MortoSasye Sep 19, 2024
347efa5
Merge branch 'master' into hearthkin-part-two
MortoSasye Sep 19, 2024
305224f
oopsies
MortoSasye Sep 19, 2024
7951a01
I HATE COMMS CODE I HATE COMMS CODE
MortoSasye Sep 20, 2024
eb46b94
Merge branch 'master' into hearthkin-part-two
MortoSasye Sep 20, 2024
9971672
updated hearth
MortoSasye Sep 20, 2024
46482e1
FUCK
MortoSasye Sep 20, 2024
fa4bcbb
freedom ?
MortoSasye Sep 20, 2024
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
1 change: 1 addition & 0 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
run: |
tools/bootstrap/python tools/ticked_file_enforcement/ticked_file_enforcement.py < tools/ticked_file_enforcement/schemas/tgstation_dme.json
tools/bootstrap/python tools/ticked_file_enforcement/ticked_file_enforcement.py < tools/ticked_file_enforcement/schemas/unit_tests.json
tools/bootstrap/python tools/ticked_file_enforcement/ticked_file_enforcement.py < tools/ticked_file_enforcement/schemas/modular_doppler.json # DOPPLER EDIT ADDITION
- name: Check Define Sanity
if: steps.linter-setup.conclusion == 'success' && !cancelled()
run: tools/bootstrap/python -m define_sanity.check
Expand Down
Loading
Loading