We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c17c9c commit 75eaa8aCopy full SHA for 75eaa8a
.github/workflows/codespell-private.yml
@@ -15,6 +15,7 @@ jobs:
15
RUFF_FORMAT: github
16
# Make sure we're using the latest aspell dictionary
17
runs-on: ubuntu-22.04
18
+ timeout-minutes: 10
19
strategy:
20
fail-fast: false
21
matrix:
@@ -60,6 +61,7 @@ jobs:
60
61
62
make-check-dictionaries:
63
runs-on: ubuntu-latest
64
65
steps:
66
- name: Setup Python
67
uses: actions/setup-python@v4
.github/workflows/codespell-windows.yml
@@ -7,6 +7,7 @@ jobs:
7
test-windows:
8
name: Test Windows
9
runs-on: windows-latest
10
11
12
- uses: actions/checkout@v4
13
with:
0 commit comments