From 4027e5306b741431dcfa28733453b471cb6ede9a Mon Sep 17 00:00:00 2001 From: Gabriele Labanca Date: Tue, 18 Jun 2024 13:18:00 +0200 Subject: [PATCH] fix header, badge --- README | 2 +- src/indexTemplate.pug | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index dc94063..0d60467 100644 --- a/README +++ b/README @@ -1 +1 @@ -https://jestjs.io/docs/getting-started +[![Node.js CI](https://github.com/5Tsrl/workshop_automation_testing/actions/workflows/node.js.yml/badge.svg?branch=main)](https://github.com/5Tsrl/workshop_automation_testing/actions/workflows/node.js.yml) \ No newline at end of file diff --git a/src/indexTemplate.pug b/src/indexTemplate.pug index fe1e009..24d9d94 100644 --- a/src/indexTemplate.pug +++ b/src/indexTemplate.pug @@ -5,5 +5,5 @@ html(lang="en") body each operation in operations h1 #{operation.title} - p. - Example: #{operation.example} \ No newline at end of file + p. + Example: #{operation.example} \ No newline at end of file