Skip to content

Commit eb3536d

Browse files
committed
build(docs): correct [gh-actions] to [gh]
1 parent 6a1c275 commit eb3536d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- macos-latest
4040
- windows-latest
4141
python-version:
42-
# When changing this list, be sure to check the [gh-actions] list in
42+
# When changing this list, be sure to check the [gh] list in
4343
# tox.ini so that tox will run properly. PYVERSIONS
4444
# Available versions:
4545
# https://github.com/actions/python-versions/blob/main/versions-manifest.json

.github/workflows/python-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
python-version:
45-
# When changing this list, be sure to check the [gh-actions] list in
45+
# When changing this list, be sure to check the [gh] list in
4646
# tox.ini so that tox will run properly. PYVERSIONS
4747
# Available versions:
4848
# https://launchpad.net/~deadsnakes/+archive/ubuntu/nightly/+packages

.github/workflows/testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- macos
4040
- windows
4141
python-version:
42-
# When changing this list, be sure to check the [gh-actions] list in
42+
# When changing this list, be sure to check the [gh] list in
4343
# tox.ini so that tox will run properly. PYVERSIONS
4444
# Available versions:
4545
# https://github.com/actions/python-versions/blob/main/versions-manifest.json

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
33

44
[tox]
5-
# When changing this list, be sure to check the [gh-actions] list below.
5+
# When changing this list, be sure to check the [gh] list below.
66
# PYVERSIONS
77
envlist = py{37,38,39,310,311,312}, pypy3, doc, lint
88
skip_missing_interpreters = {env:COVERAGE_SKIP_MISSING_INTERPRETERS:True}

0 commit comments

Comments
 (0)