Skip to content

Commit

Permalink
#9 Fixed markdown lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Epatko committed Mar 6, 2024
1 parent 443fddf commit af5adbb
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions 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

Check failure on line 15 in README.md

View workflow job for this annotation

GitHub Actions / Test scripts

Trailing spaces [Expected: 0 or 2; Actual: 1]
a .github/workflows/main.yml file in your repository

```

Check failure on line 18 in README.md

View workflow job for this annotation

GitHub Actions / Test scripts

Fenced code blocks should have a language specified [Context: "```"]
on: [push]
Expand Down

0 comments on commit af5adbb

Please sign in to comment.