Skip to content

Commit

Permalink
ci: install markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jul 4, 2024
1 parent 383c840 commit f46504a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: sudo apt-get -y update
- name: Install OS packages
# yamllint disable-line rule:line-length
run: sudo apt-get install -y python3-dev python3-pip shellcheck reuse
run: sudo apt-get install -y python3-dev python3-pip shellcheck reuse ruby-mdl
# gitlint is available on Debian but Ubuntu has an older version.
- name: Remove externally managed python environment flag
# yamllint disable-line rule:line-length
Expand Down

0 comments on commit f46504a

Please sign in to comment.