From f38f555d679c696da3f6921e9a2a45a143c066b5 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 26 Sep 2024 12:23:31 +0200 Subject: [PATCH] added a link checking workflow --- .github/workflows/checks.yml | 27 ++++++++++++++++++++++++++ Changelog.md | 2 +- web/_posts/0.29.0/2023-01-16-0.29.0.md | 2 +- web/_posts/2022-03-09-0.20.0.md | 4 ++-- 4 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 .github/workflows/checks.yml diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml new file mode 100644 index 0000000..72a59dc --- /dev/null +++ b/.github/workflows/checks.yml @@ -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 diff --git a/Changelog.md b/Changelog.md index d0ed71e..02884c7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 a top hat clothing item - 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 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) diff --git a/web/_posts/0.29.0/2023-01-16-0.29.0.md b/web/_posts/0.29.0/2023-01-16-0.29.0.md index 557c7f6..b2cc0ac 100644 --- a/web/_posts/0.29.0/2023-01-16-0.29.0.md +++ b/web/_posts/0.29.0/2023-01-16-0.29.0.md @@ -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 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! diff --git a/web/_posts/2022-03-09-0.20.0.md b/web/_posts/2022-03-09-0.20.0.md index aff43df..5afb0a3 100644 --- a/web/_posts/2022-03-09-0.20.0.md +++ b/web/_posts/2022-03-09-0.20.0.md @@ -51,7 +51,7 @@ Familiar Attire features a ton of new clothes for both adults and children, and # 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! -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. @@ -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 a top hat clothing item - 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 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)