Skip to content

Commit e8780d2

Browse files
committed
Add table of contents to readme
Generated using https://github.com/jonschlinkert/markdown-toc ``` npm install --global markdown-toc markdown-toc --bullets=- --maxdepth=5 -i ./README.md ```
1 parent 061d56d commit e8780d2

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,36 @@
77

88
This action checks whether [Arduino](https://www.arduino.cc/) sketches compile and produces a report of data from the compilations.
99

10+
## Table of contents
11+
12+
<!-- toc -->
13+
14+
- [Inputs](#inputs)
15+
- [`cli-version`](#cli-version)
16+
- [`fqbn`](#fqbn)
17+
- [`platforms`](#platforms)
18+
- [Supported platform sources:](#supported-platform-sources)
19+
- [Boards Manager](#boards-manager)
20+
- [Local path](#local-path)
21+
- [Repository](#repository)
22+
- [Archive download](#archive-download)
23+
- [`libraries`](#libraries)
24+
- [Supported library sources:](#supported-library-sources)
25+
- [Library Manager](#library-manager)
26+
- [Local path](#local-path-1)
27+
- [Repository](#repository-1)
28+
- [Archive download](#archive-download-1)
29+
- [`sketch-paths`](#sketch-paths)
30+
- [`verbose`](#verbose)
31+
- [`sketches-report-path`](#sketches-report-path)
32+
- [`github-token`](#github-token)
33+
- [`enable-deltas-report`](#enable-deltas-report)
34+
- [How it works](#how-it-works)
35+
- [`enable-warnings-report`](#enable-warnings-report)
36+
- [Example usage](#example-usage)
37+
38+
<!-- tocstop -->
39+
1040
## Inputs
1141

1242
### `cli-version`

0 commit comments

Comments
 (0)