We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b6a710 + c9459a7 commit ba8c07bCopy full SHA for ba8c07b
docs/FAQ.md
@@ -94,7 +94,7 @@ flowchart TB
94
subgraph main[" "]
95
direction TB
96
97
- subgraph compileWorkflow["<b>Sketch compilation workflow run</b>"]
+ subgraph compileWorkflow["Sketch compilation workflow run"]
98
99
100
unoJob["arduino:avr:uno<br />job"]
@@ -113,13 +113,13 @@ flowchart TB
113
mkrzeroArtifact["sketches-reports-arduino-samd-mkrzero<br />artifact"]
114
end
115
116
- subgraph reportWorkflow["<b>Size deltas report workflow run</b>"]
+ subgraph reportWorkflow["Size deltas report workflow run"]
117
118
119
reportAction["arduino/report-size-deltas<br />action"]
120
121
122
- subgraph pr["<b>Pull request</b>"]
+ subgraph pr["Pull request"]
123
124
125
comment["Size deltas report<br />comment"]
0 commit comments