We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b109d2 commit 4aee0fdCopy full SHA for 4aee0fd
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
cache: npm
17
- uses: actions/setup-python@v5
18
with:
19
- python-version: 3.12
+ python-version: 3.13
20
- run: npm ci
21
- run: pip install codespell
22
- run: npx run-s lint-raw codespell
0 commit comments