File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 7
7
8
8
This action checks whether [ Arduino] ( https://www.arduino.cc/ ) sketches compile and produces a report of data from the compilations.
9
9
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
+
10
40
## Inputs
11
41
12
42
### ` cli-version `
You can’t perform that action at this time.
0 commit comments