mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 07:27:03 +08:00
No need to explicitly specify Python 3 nowadays
This commit is contained in:

committed by
Dimitri Papadopoulos Orfanos

parent
512a31cf7c
commit
3388806e33
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -81,8 +81,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
|
||||||
python-version: 3.x
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
Reference in New Issue
Block a user