File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments