From ff46272b52dc01731a3a8472290a9e6af6c21384 Mon Sep 17 00:00:00 2001 From: Anja Barz Date: Tue, 15 Jul 2025 12:48:14 +0200 Subject: [PATCH 1/2] add lint and format to readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index ceba6a03..3d312705 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,19 @@ If you are using GitHub pages for hosting, this command is a convenient way to b | pop up | width: "500px" | The screenshot should show the important aspects and you can put red frames around the specific buttons or areas. + +--- + +## Please Format Before Pushing + +Before pushing your changes to the repository, make sure the code and documentation are properly formatted. Run the following commands: + +```shell +pnpm format:write +pnpm lint:md:fix +``` + +These commands ensure that: + +- All files follow the project's formatting standards +- Markdown files are linted and auto-fixed for consistent structure and readability \ No newline at end of file From 8a9a9db462a407fe2d9a171946b528aacb687340 Mon Sep 17 00:00:00 2001 From: Alex Ackermann Date: Tue, 15 Jul 2025 13:52:24 +0200 Subject: [PATCH 2/2] resolve --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d312705..f4f218de 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The screenshot should show the important aspects and you can put red frames arou --- -## Please Format Before Pushing +## Please format before pushing Before pushing your changes to the repository, make sure the code and documentation are properly formatted. Run the following commands: