updated lint readme action

This commit is contained in:
Mathias Stuhlmacher 2023-10-27 22:58:00 +02:00
parent e14e735749
commit 0610f8795a
1 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.12"
- run: pip install codespell
- run: codespell