mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 04:55:10 +01:00
docs: update punctuation
Co-authored-by: Adrian Sampson <adrian@radbox.org>
This commit is contained in:
parent
0068afcb99
commit
9c93b4d356
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
NOSE_SHOW_SKIPPED: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up python 2.7
|
||||
- name: Set up Python 2.7
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 2.7
|
||||
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
NOSE_SHOW_SKIPPED: 1
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up python 3.${{ matrix.python-version }}
|
||||
- name: Set up Python 3.${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.${{ matrix.python-version }}
|
||||
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python to build docs with sphinx
|
||||
- name: Set up Python to build docs with Sphinx
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 2.7
|
||||
|
|
@ -90,4 +90,4 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
python -m pip install tox sphinx
|
||||
- name: Build and check docs using tox
|
||||
run: tox -e docs
|
||||
run: tox -e docs
|
||||
|
|
|
|||
Loading…
Reference in a new issue