Skip to content

Commit

Permalink
updated lint readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stuhli committed Oct 27, 2023
1 parent 79dc68c commit d7feaea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/lint_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ jobs:
lint_readme:

runs-on: ubuntu-latest
strategy:
max-parallel: 5
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install codespell
- run: codespell

0 comments on commit d7feaea

Please sign in to comment.