Skip to content

Commit 7541bfc

Browse files
committed
update table formatting
1 parent d54ee4f commit 7541bfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ All examples: [`docs/examples/`](docs/examples/).
7272
|----------------|-----------------------------------|------|
7373
| Azure DevOps | Full Project Scan | [`azure-pipelines-flow-FullScan.yml`](docs/examples/azure-devops/azure-pipelines-flow-FullScan.yml) |
7474
| Azure DevOps | Change-Based Scan | [`azure-pipelines-flow-changedFiles.yml`](docs/examples/azure-devops/azure-pipelines-flow-changedFiles.yml) |
75-
| Copado | Full & Change-Based Scans | [Copado CI/CD Plugin](https://github.com/Flow-Scanner/lightning-flow-scanner-copado) |
75+
| Copado DevOps | Full & Change-Based Scans | [CI/CD Plugin](https://github.com/Flow-Scanner/lightning-flow-scanner-copado) |
7676
| GitHub | Full & Change-Based Scans | [`scan-flows.yml`](docs/examples/github-action/scan-flows.yml) |
7777

7878
> **Why a Native GitHub Action**
79-
> - **No `sf` CLI required** – runs natively with Node.js.
8079
> - **Scans `.flow` and `.flow-meta.xml` files directly** from your repo.
81-
> - **Auto-detects changed flows** in PRs using Git diff.
8280
> - **Automatically loads `.flow-scanner` config** (YAML, JSON, or `package.json`).
81+
> - **Auto-detects changed flows** in PRs using Git diff.
82+
> - **No `sf` CLI required** – runs natively with Node.js.
8383
>
8484
> For more information, see [`lightning-flow-scanner-action`](https://github.com/Flow-Scanner/lightning-flow-scanner-action?tab=readme-ov-file#usage)
8585

0 commit comments

Comments
 (0)