diff --git a/.github/workflows/test-lp.yml b/.github/workflows/test-lp.yml index adb71197d7..47b3f60270 100644 --- a/.github/workflows/test-lp.yml +++ b/.github/workflows/test-lp.yml @@ -17,7 +17,7 @@ jobs: uses: tj-actions/changed-files@v46 with: files: | - **.md + content/**/**.md - name: Check for capital letters or spaces in content directory run: | echo "Checking for capital letters or spaces in content directory paths (excluding file extensions)..." diff --git a/content/learning-paths/embedded-and-microcontrollers/introduction-to-tinyml-on-arm/_index.md b/content/learning-paths/embedded-and-microcontrollers/introduction-to-tinyml-on-arm/_index.md index db39cfc760..4ec73b992b 100644 --- a/content/learning-paths/embedded-and-microcontrollers/introduction-to-tinyml-on-arm/_index.md +++ b/content/learning-paths/embedded-and-microcontrollers/introduction-to-tinyml-on-arm/_index.md @@ -24,6 +24,7 @@ subjects: ML armips: - Cortex-A - Cortex-M + - Ethos-U operatingsystems: - Linux