We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a58d9 commit 8a6b7efCopy full SHA for 8a6b7ef
.github/workflows/doc.yml
@@ -16,7 +16,7 @@ env:
16
PYTHON_LATEST: 3.9
17
18
jobs:
19
- ci:
+ doc:
20
strategy:
21
matrix:
22
os: [ubuntu-latest]
@@ -44,4 +44,4 @@ jobs:
44
if: steps.cache-deps.outputs.cache-hit != 'true'
45
run: pip install -U --user pip setuptools setuptools-scm flake8 nox
46
- name: Sphinx documentation build
47
- run: python -m nox --non-interactive --session docs # Run nox just for documentation build
+ run: python -m nox --non-interactive --session docs
.github/workflows/lint.yml
+ lint:
0 commit comments