added a link checking workflow

This commit is contained in:
Ell 2024-09-26 12:23:31 +02:00
parent b3e1ed8da4
commit f38f555d67
4 changed files with 31 additions and 4 deletions

27
.github/workflows/checks.yml vendored Normal file
View file

@ -0,0 +1,27 @@
on: [push]
jobs:
game:
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v4
- name: Check Docs Links
if: always()
uses: urlstechie/urlchecker-action@master
with:
subfolder: docs/articles
file_types: .md,.yml
verbose: true
- name: Check Blog Links
uses: urlstechie/urlchecker-action@master
if: always()
with:
subfolder: web/_posts
file_types: .md
verbose: true
- name: Check Changelog Links
uses: urlstechie/urlchecker-action@master
if: always()
with:
include_files: Changelog.md
verbose: true

View file

@ -2227,7 +2227,7 @@ Additions
- Added multiple new furniture items, including three plants, two decorative objects, a smaller picnic table, a sandbox, a jigsaw puzzle, a stove for kids, and a toy box - Added multiple new furniture items, including three plants, two decorative objects, a smaller picnic table, a sandbox, a jigsaw puzzle, a stove for kids, and a toy box
- Added a top hat clothing item - Added a top hat clothing item
- Added two new personality types: Family-Focused and Hates Children - Added two new personality types: Family-Focused and Hates Children
- Added a speech type system which includes a more feminine voice style spoken by [SyrinixSoul](https://https://www.twitch.tv/syrinixsoul) - Added a speech type system which includes a more feminine voice style spoken by [SyrinixSoul](https://www.twitch.tv/syrinixsoul)
- Added an option to allow complex social relationships between AI Tinies - Added an option to allow complex social relationships between AI Tinies
- Added a grid to build mode (which can be toggled using the G key) - Added a grid to build mode (which can be toggled using the G key)
- Added keybinds to move the camera (arrow keys by default, but can be changed to WASD in the controls menu) - Added keybinds to move the camera (arrow keys by default, but can be changed to WASD in the controls menu)

View file

@ -10,7 +10,7 @@ Today is finally the day you've all been waiting for. Well, okay, it's not *that
The Tiny Life Demo will be replacing the public beta both on itch and on Steam for now, as we discussed in our [previous post](https://store.steampowered.com/news/app/1651490/view/6132247440450013862) about our plans for the demo. You don't have to read that post if you missed it, though, because we'll be summarizing everything in as much detail as we can here. The Tiny Life Demo will be replacing the public beta both on itch and on Steam for now, as we discussed in our [previous post](https://store.steampowered.com/news/app/1651490/view/6132247440450013862) about our plans for the demo. You don't have to read that post if you missed it, though, because we'll be summarizing everything in as much detail as we can here.
The most important thing that we want to say about the public beta is that **you won't be able to download it on itch and Steam anymore**. It also won't be receiving any more updates until the game's official Early Access release a little later this year. Since the Tiny Life Demo doesn't allow playing in Maple Plains City (more on that later in this post), we've decided to still allow players to [download the last version](https://link.tinylifegame.com/beta) of the public beta (0.28.0, specifically) for a little while, so that they can continue playing in their old saves until the Early Access release. When the Early Access version is released, you'll be able to continue playing in your old saves from the demo and the public beta as well, if you like. The most important thing that we want to say about the public beta is that **you won't be able to download it on itch and Steam anymore**. It also won't be receiving any more updates until the game's official Early Access release a little later this year. When the Early Access version is released, you'll be able to continue playing in your old saves from the demo and the public beta as well, if you like.
Anyway, let's get on with what we have for you today! Anyway, let's get on with what we have for you today!

View file

@ -51,7 +51,7 @@ Familiar Attire features a ton of new clothes for both adults and children, and
# New Voices # New Voices
For a long time now, Tiny Life has had the lovely, indecipherable mumbling that people use when communicating with each other. Eagle-eyed players will have noticed, however, that there was only one voice available so far. Today, this is finally changing! For a long time now, Tiny Life has had the lovely, indecipherable mumbling that people use when communicating with each other. Eagle-eyed players will have noticed, however, that there was only one voice available so far. Today, this is finally changing!
There is now a new, more feminine speech style (that is actually called "sweet" in the game as to avoid the unnecessary gendering), spoken by the lovely [SyrinixSoul](https://https://www.twitch.tv/syrinixsoul) of Twitch and "having a lovely high voice" fame. There is now a new, more feminine speech style (that is actually called "sweet" in the game as to avoid the unnecessary gendering), spoken by the lovely [SyrinixSoul](https://www.twitch.tv/syrinixsoul) of Twitch and "having a lovely high voice" fame.
In addition, there is also a new voice style for children, spoken by the friend-of-a-friend (actually, son of a friend) of ours, who did an amazing job creating a gender-ambiguous, adorable (you probably don't want to hear that it's adorable, I'm sorry), voice. The person in question is [Tyler V](https://www.youtube.com/channel/UCHyeGSQpeXmukFzMWGYKDpQ), who also has a YouTube channel where he uploads gameplay videos. In addition, there is also a new voice style for children, spoken by the friend-of-a-friend (actually, son of a friend) of ours, who did an amazing job creating a gender-ambiguous, adorable (you probably don't want to hear that it's adorable, I'm sorry), voice. The person in question is [Tyler V](https://www.youtube.com/channel/UCHyeGSQpeXmukFzMWGYKDpQ), who also has a YouTube channel where he uploads gameplay videos.
@ -81,7 +81,7 @@ Additions
- Added multiple new furniture items, including three plants, two decorative objects, a smaller picnic table, a sandbox, a jigsaw puzzle, a stove for kids, and a toy box - Added multiple new furniture items, including three plants, two decorative objects, a smaller picnic table, a sandbox, a jigsaw puzzle, a stove for kids, and a toy box
- Added a top hat clothing item - Added a top hat clothing item
- Added two new personality types: Family-Focused and Hates Children - Added two new personality types: Family-Focused and Hates Children
- Added a speech type system which includes a more feminine voice style spoken by [SyrinixSoul](https://https://www.twitch.tv/syrinixsoul) - Added a speech type system which includes a more feminine voice style spoken by [SyrinixSoul](https://www.twitch.tv/syrinixsoul)
- Added an option to allow complex social relationships between AI Tinies - Added an option to allow complex social relationships between AI Tinies
- Added a grid to build mode (which can be toggled using the G key) - Added a grid to build mode (which can be toggled using the G key)
- Added keybinds to move the camera (arrow keys by default, but can be changed to WASD in the controls menu) - Added keybinds to move the camera (arrow keys by default, but can be changed to WASD in the controls menu)