summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-09-24 13:48:19 -0500
committerDudemanguy <random342@airmail.cc>2023-09-24 13:52:50 -0500
commit49286209a01dd5eb529f91a70655caf53d0c7200 (patch)
tree1e5dc5e284225ac42b4c16997a9e72af42b88498
parent3140f921dd93aa5a11442c5cd5db52fae1aa523f (diff)
downloadmpv-49286209a01dd5eb529f91a70655caf53d0c7200.tar.bz2
mpv-49286209a01dd5eb529f91a70655caf53d0c7200.tar.xz
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).
-rw-r--r--.github/workflows/docs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index c21f7c9ac1..d1fcb5c7da 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -14,11 +14,11 @@ on:
- 'DOCS/**'
jobs:
- commit-msg:
+ check-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- - name: docs
+ - name: Docs
run: |
sudo apt-get install python3-docutils
rst2man --strip-elements-with-class=contents --halt=2 ./DOCS/man/mpv.rst mpv.1