File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ 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 )
3
3
[ ![ 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 )
4
4
5
- BUILD
6
- ----------------------------
5
+ ## BUILD
7
6
8
7
```
9
8
task go:build
10
9
```
11
10
12
- TDD
13
- ----------------------------
11
+ ## TDD
14
12
15
13
In order to run the tests, type
16
14
17
15
```
18
16
task go:test
19
17
```
20
18
21
- RUN
22
- ----------------------------
19
+ ## RUN
23
20
24
21
Create a ` config.json ` file (or edit example one). Same thing for ` repos.txt ` file.
25
22
You can’t perform that action at this time.
0 commit comments