Skip to content

Commit 8a6b7ef

Browse files
committed
Change name of lint and doc jobs
1 parent 30a58d9 commit 8a6b7ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
PYTHON_LATEST: 3.9
1717

1818
jobs:
19-
ci:
19+
doc:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest]
@@ -44,4 +44,4 @@ jobs:
4444
if: steps.cache-deps.outputs.cache-hit != 'true'
4545
run: pip install -U --user pip setuptools setuptools-scm flake8 nox
4646
- name: Sphinx documentation build
47-
run: python -m nox --non-interactive --session docs # Run nox just for documentation build
47+
run: python -m nox --non-interactive --session docs

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
PYTHON_LATEST: 3.9
1717

1818
jobs:
19-
ci:
19+
lint:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest]

0 commit comments

Comments
 (0)