Skip to content

Commit c2beb01

Browse files
committed
Use latest checkout action with full fetch depth
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 34720a5 commit c2beb01

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/docs-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ jobs:
99
strategy:
1010
max-parallel: 4
1111
matrix:
12-
python-version: [3.9]
12+
python-version: ["3.10",]
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v5
17+
with:
18+
fetch-depth: 0
1719

1820
- name: Set up Python ${{ matrix.python-version }}
1921
uses: actions/setup-python@v4
@@ -30,5 +32,3 @@ jobs:
3032
- name: Check for documentation style errors
3133
working-directory: ./docs
3234
run: ./scripts/doc8_style_check.sh
33-
34-

docs/source/contribute/contrib_doc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ Interspinx
172172
ScanCode toolkit documentation uses `Intersphinx <http://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html>`_
173173
to link to other Sphinx Documentations, to maintain links to other Aboutcode Projects.
174174

175-
To link sections in the same documentation, standart reST labels are used. Refer
176-
`Cross-Referencing <http://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html#ref-role>`_ for more information.
175+
To link sections in the same documentation, standard reST labels are used. Refer
176+
`Cross-Referencing <http://www.sphinx-doc.org/en/master/usage/restructuredtext/roles.html>`_ for more information.
177177

178178
For example::
179179

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[metadata]
22
name = univers
3+
version = 31.0.0
34
license = Apache-2.0 AND BSD-3-Clause AND MIT
45

56
# description must be on ONE line https://github.com/pypa/setuptools/issues/1390

0 commit comments

Comments
 (0)