File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 7676 run : |
7777 # Checkout the latest tag - the one we just created.
7878 git fetch --tags
79- git checkout $(git describe --tags $(git rev-list --tags --max-count=1))
79+ git checkout " $(git describe --tags " $(git rev-list --tags --max-count=1)")"
8080 python -m pip install build
8181 python -m build --sdist --wheel --outdir dist/ .
8282
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ SPHINXOPTS := -W
77
88.PHONY : lint
99lint : \
10+ actionlint \
1011 check-manifest \
1112 doc8 \
1213 linkcheck \
Original file line number Diff line number Diff line change 22
33SHELL := /bin/bash -euxo pipefail
44
5+ .PHONY : actionlint
6+ actionlint :
7+ actionlint
8+
59.PHONY : mypy
610mypy :
711 mypy .
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ dependencies = [
224224]
225225[project .optional-dependencies ]
226226dev = [
227+ " actionlint-py==1.6.26.11" ,
227228 " check-manifest==0.49" ,
228229 " doc8==1.1.1" ,
229230 " dodgy==0.2.1" ,
You can’t perform that action at this time.
0 commit comments