Skip to content

Commit 966038a

Browse files
committed
Bring all files into compliance with Prettier formatting style
1 parent 6f28630 commit 966038a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,21 @@
22
[![Check Prettier Formatting status](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-prettier-formatting-task.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/check-prettier-formatting-task.yml)
33
[![Spell Check status](https://github.com/arduino/libraries-repository-engine/actions/workflows/spell-check-task.yml/badge.svg)](https://github.com/arduino/libraries-repository-engine/actions/workflows/spell-check-task.yml)
44

5-
BUILD
6-
----------------------------
5+
## BUILD
76

87
```
98
task go:build
109
```
1110

12-
TDD
13-
----------------------------
11+
## TDD
1412

1513
In order to run the tests, type
1614

1715
```
1816
task go:test
1917
```
2018

21-
RUN
22-
----------------------------
19+
## RUN
2320

2421
Create a `config.json` file (or edit example one). Same thing for `repos.txt` file.
2522

0 commit comments

Comments
 (0)