From 69d484888b02746e2bd791961e8a613b1f6d1994 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Wed, 20 Jan 2021 17:23:00 +0100 Subject: [PATCH] Update README --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d8aec9f..652ab37 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # Check HTML Links Github Action test repository This is the test repository of **[check-html-links-action](https://github.com/jlengrand/check-html-links-action)**. -Check there for documentation and [here](https://github.com/jlengrand/check-html-links-action-test/actions) for latest status. +Check there for documentation and [here](https://github.com/jlengrand/check-html-links-action-test/actions) for latest status. + +**Note: It is NORMAL that one of the workflows is failing. Thats'the point :).** I'm using [ptemplate](https://github.com/nethruster/ptemplate) to generate a simple website that is valid and test that links are found and correct. -This is how the output should look like : - -![console output of action](./console-output.png) - # Author [Julien Lengrand-Lambert](https://twitter.com/jlengrand)