File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3032 - name : Check for documentation style errors
3133 working-directory : ./docs
3234 run : ./scripts/doc8_style_check.sh
33-
34-
Original file line number Diff line number Diff line change @@ -172,8 +172,8 @@ Interspinx
172172ScanCode toolkit documentation uses `Intersphinx <http://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html >`_
173173to 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
178178For example::
179179
Original file line number Diff line number Diff line change 11[metadata]
22name = univers
3+ version = 31.0.0
34license = Apache-2.0 AND BSD-3-Clause AND MIT
45
56# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
You can’t perform that action at this time.
0 commit comments