diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index df8d785371..9c94e529c7 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -16,6 +16,9 @@ jobs: - name: install dependencies run: npm install + - name: Check file and folder names + run: make check-file-and-folder-names-in-docs + - name: run markdownlint run: make markdownlint