File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -352,11 +352,12 @@ albeit with different levels of details per linter workflow and target branch.
352352
353353The generalized design of linter workflows in the Multicast Project CI/CD pipeline follows these
354354same phases:
355- * ** Initialization** - Bootstraps environment and any initial setup automatically
356- * ** Clone** - git clone the Multicast Git Repository and any submodules needed
357- * ** Linting** - performs the actual linting on the resulting clone
358- * ** Post-processing** (optional) - any post-processing of the resulting linting results
359- * ** Reporting** - report any results and/or linting status
355+
356+ * ** Initialization** - Bootstraps environment and any initial setup automatically
357+ * ** Clone** - git clone the Multicast Git Repository and any submodules needed
358+ * ** Linting** - performs the actual linting on the resulting clone
359+ * ** Post-processing** (optional) - any post-processing of the resulting linting results
360+ * ** Reporting** - report any results and/or linting status
360361
361362> [ !IMPORTANT]
362363> This overview does not address the complexities of CI/CD timing, concurrency, or the various
You can’t perform that action at this time.
0 commit comments