From 282cd9d944045fb8f82c9054180e2298b47134ad Mon Sep 17 00:00:00 2001 From: MiguelMagalhaes1205 Date: Tue, 10 Mar 2026 14:29:54 -0300 Subject: [PATCH 1/2] Github Actions Test Pull Request --- test.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test.yaml diff --git a/test.yaml b/test.yaml new file mode 100644 index 0000000..94fc4dd --- /dev/null +++ b/test.yaml @@ -0,0 +1,19 @@ +name: Test Project + +on: + pull_request: + branches: + - main + +jobs: + test: + runs-on: ubuntu-latest + container: + image: node:20 + steps: + - uses: actions/checkout@v3 + with: + node-version: 20 + - run: npm ci + - run: npm test + - run: npm run build \ No newline at end of file From 62edc51d1258818c667125427099a610dc34c3dc Mon Sep 17 00:00:00 2001 From: MiguelMagalhaes1205 Date: Tue, 10 Mar 2026 14:34:46 -0300 Subject: [PATCH 2/2] =?UTF-8?q?Mudan=C3=A7a=20no=20codigo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/recipes/getRecipe.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/controllers/recipes/getRecipe.ts b/src/controllers/recipes/getRecipe.ts index 2238414..526a3c9 100755 --- a/src/controllers/recipes/getRecipe.ts +++ b/src/controllers/recipes/getRecipe.ts @@ -23,7 +23,8 @@ export async function getRecipe(req, res) { "1/2 tsp paprika", "1/4 tsp red pepper flakes", "1/4 cup parsley", - "8 oz fettuccine pasta" + "8 oz fettuccine pasta", + "1 tbsp olive oil" ], cookingTime: 30, instructions: [