Skip to content

Commit

Permalink
CI: run mandoc lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Jun 21, 2024
1 parent 90210d3 commit 4d28121
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,17 @@ jobs:
python3 -m pip install restructuredtext-lint pygments
rst-lint --level=info --encoding=UTF-8 doc/README
manpage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install deps
run: |
printf 'Apt::Install-Recommends "false";\n' | sudo tee -a /etc/apt/apt.conf
sudo apt-get update
sudo apt-get install mandoc
- name: run mandoc lint
run: |
mandoc -T lint doc/*.1
# vim:ts=2 sts=2 sw=2 et

0 comments on commit 4d28121

Please sign in to comment.