github/workflows: rename the job for the docs check

Copy and pasted from commit msg lint obviously, but I forgot to rename
it. Oops. Capitalize the name field while I'm at it (seems like all the
other workflows do it too).
This commit is contained in:
Dudemanguy 2023-09-24 13:48:19 -05:00
parent 3140f921dd
commit 49286209a0
1 changed files with 2 additions and 2 deletions

View File

@ -14,11 +14,11 @@ on:
- 'DOCS/**' - 'DOCS/**'
jobs: jobs:
commit-msg: check-docs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: docs - name: Docs
run: | run: |
sudo apt-get install python3-docutils sudo apt-get install python3-docutils
rst2man --strip-elements-with-class=contents --halt=2 ./DOCS/man/mpv.rst mpv.1 rst2man --strip-elements-with-class=contents --halt=2 ./DOCS/man/mpv.rst mpv.1