Skip to content

Commit 1d9b787

Browse files
committed
ci(sbom): drop non-ASCII '§' from sbom.yml comment (fix check-source-text)
Signed-off-by: Sameeh Jubran <sameeh@wolfssl.com>
1 parent 39aefe7 commit 1d9b787

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
PY
237237
238238
- name: --options-h escape hatch ($CC -dM -E, no pcpp)
239-
# The doc/SBOM.md § 1.5 escape hatch for toolchains that cannot
239+
# The doc/SBOM.md section 1.5 escape hatch for toolchains that cannot
240240
# install pcpp (older Keil / IAR sites with restricted pip
241241
# access): pre-process settings.h with the system compiler's
242242
# `-dM -E` macro-dump mode and feed the resulting flat #define

0 commit comments

Comments
 (0)