From af5adbb38c16e3d0aa473648ac8ad80ebd9cbb7b Mon Sep 17 00:00:00 2001 From: Mikhail Epatko Date: Wed, 6 Mar 2024 22:00:23 +0300 Subject: [PATCH] #9 Fixed markdown lint issues --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 10f759b..7004c4a 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,19 @@ -# hoc-badge-action -![Hits-of-Code Badge](https://github.com/MikhailEpatko/hoc-badge-action/blob/image-data/hoc-badge.svg) +# hoc-badge-action +![Hits-of-Code Badge](https://github.com/MikhailEpatko/hoc-badge-action/blob/image-data/hoc-badge.svg) GitHub action to generate Hits-of-Code badge with hoc calculated metric. -**hoc** - is a command line tool to calculate Hits-of-Code metric in a source code repository (at the moment it supports Git 2+ and Subversion 1.7+). +**hoc** - is a command line tool to calculate Hits-of-Code metric +in a source code repository. - You can read more about Hits-of-Code metric in this blog post: [Hits-of-Code Instead of SLoC](http://www.yegor256.com/2014/11/14/hits-of-code.html). +You can read more about Hits-of-Code metric in this blog post: + [Hits-of-Code Instead of SLoC](http://www.yegor256.com/2014/11/14/hits-of-code.html). [**hoc** project page](https://github.com/yegor256/hoc/tree/master) -To install action copy the workflow code into a .github/workflows/main.yml file in your repository +To install action copy the workflow code into +a .github/workflows/main.yml file in your repository ``` on: [push]