You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
name: 'Compile Arduino Sketches'
2
-
description: 'Compiles all the examples included in the library'
2
+
description: 'Checks whether Arduino sketches will compile and produces a report of data from the compilations'
3
3
inputs:
4
4
cli-version:
5
-
description: 'Version of arduino-cli to use when builing'
5
+
description: 'Version of Arduino CLI to use when building'
6
6
default: 'latest'
7
7
fqbn:
8
8
description: 'Full qualified board name, with Boards Manager URL if needed'
@@ -14,7 +14,7 @@ inputs:
14
14
description: 'YAML-format list of platform dependencies to install'
15
15
default: ''
16
16
sketch-paths:
17
-
description: 'List of paths containing sketches to compile.'
17
+
description: 'YAML-format list of paths containing sketches to compile.'
18
18
default: '- examples'
19
19
verbose:
20
20
description: 'Set to true to show verbose output in the log'
@@ -23,7 +23,7 @@ inputs:
23
23
description: 'Path in which to save a JSON formatted file containing data from the sketch compilations'
24
24
default: 'size-deltas-reports'
25
25
github-token:
26
-
description: 'GitHub access token used to get information from the GitHub API. Only needed if you are using the size deltas report feature with a private repository.'
26
+
description: 'GitHub access token used to get information from the GitHub API. Only needed if you are using the deltas report feature in a private repository.'
27
27
default: ''
28
28
enable-deltas-report:
29
29
description: 'Set to true to cause the action to determine the change in memory usage and compiler warnings of the compiled sketches between the head and base refs of a PR and the immediate parent commit of a push'
0 commit comments