From 2a7f6ac935a1e1f10c8aca8f09677d6b4172e44d Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 7 Jul 2023 07:52:47 -0400 Subject: [PATCH] Add check to CI --- .github/workflows/checks.yml | 3 +++ 1 file changed, 3 insertions(+) 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