From 59c9910dc6424f6bb7bcd04db4e408faad085648 Mon Sep 17 00:00:00 2001 From: Enzo Ribas Date: Sun, 27 Apr 2025 22:06:10 -0300 Subject: [PATCH 1/3] fix(TADocs-Dev) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb48fce..fa2621f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🗂️ Tech Aid – Documentation -This repository contains all documentation and planning materials for the **Tech Aid** project. +This repository contains all documentation and planning materials for the **Tech Aid** project. ## 📁 Folder Structure From 7df301a4659a101b11e713ccc287a6e89f7924d6 Mon Sep 17 00:00:00 2001 From: Enzo Ribas Date: Sun, 27 Apr 2025 22:29:17 -0300 Subject: [PATCH 2/3] Update card-validation.yaml --- .github/workflows/card-validation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/card-validation.yaml b/.github/workflows/card-validation.yaml index d74f93a..f813217 100644 --- a/.github/workflows/card-validation.yaml +++ b/.github/workflows/card-validation.yaml @@ -48,4 +48,4 @@ jobs: }); console.log(`Comentário adicionado: ${comment.html_url}`); // Fail the job manually - throw new Error("Validação falhou. Verifique o comentário no PR para mais detalhes."); \ No newline at end of file + throw new Error("Validação falhou. Verifique o comentário no PR para mais detalhes."); \ No newline at end of file From 2a72406b6506ac5f9a7aa3ffb89b59e473870647 Mon Sep 17 00:00:00 2001 From: Enzo Ribas Date: Sun, 27 Apr 2025 22:43:57 -0300 Subject: [PATCH 3/3] Create hello world --- hello world | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello world diff --git a/hello world b/hello world new file mode 100644 index 0000000..3b18e51 --- /dev/null +++ b/hello world @@ -0,0 +1 @@ +hello world