Skip to content

Commit 510b4b9

Browse files
SorinOlarikr-t
authored andcommitted
ci(formatting-checks): add .md linter check to the CI workflow
Signed-off-by: SorinO <sorin.olari2@gmail.com>
1 parent 0fc5d5d commit 510b4b9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.devcontainer/linux/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3434
jq \
3535
yamllint \
3636
python3-autopep8 \
37+
markdownlint \
3738
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
3839
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && \
3940
apt-get update && apt-get install -y --no-install-recommends \

.github/workflows/formatting-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
- name: Run Python Format Checks
4343
run: sh scripts/check_py_formatting.sh
4444

45+
- name: Run Markdown Format Checks
46+
run: sh scripts/md_linter.sh
47+
4548
- name: License Banner Checks(.c files)
4649
run: sh scripts/check_license_banner_c.sh
4750

0 commit comments

Comments
 (0)