Skip to content

Commit 4801bcb

Browse files
Fix lint errors in README
1 parent 0795501 commit 4801bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# FieldWorks NUnitReport results publisher action
2+
23
[![GitHub Super-Linter](https://github.com/jasonleenaylor/fw-nunitreport-action/actions/workflows/linter.yml/badge.svg)](https://github.com/jasonleenaylor/fw-nunitreport-action/actions/workflows/linter.yml)
34
[![Continuous Integration](https://github.com/jasonleenaylor/fw-nunitreport-action/actions/workflows/ci.yml/badge.svg)](https://github.com/jasonleenaylor/fw-nunitreport-action/actions/workflows/ci.yml)
45
[![CodeQL](https://github.com/jasonleenaylor/fw-nunitreport-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/jasonleenaylor/fw-nunitreport-action/actions/workflows/codeql-analysis.yml)
@@ -35,8 +36,7 @@ need to perform some initial setup steps before you can develop your action.
3536
1. :white_check_mark: Run the tests
3637

3738
```bash
38-
$ npm test
39-
39+
npm test
4040
```
4141

4242
## Publishing a new version

0 commit comments

Comments
 (0)