mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-04-05 14:35:49 +00:00
Fix spelling errors
Fixde with: codespell --skip test --write-changes --interactive=2
This commit is contained in:
parent
44319becff
commit
36caec81e7
6 changed files with 12 additions and 12 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
PYTHON_VERSION: ${{ matrix.python-version }}
|
||||
# delay the execution randomly by 1-20sec to reduce the
|
||||
# amount of concurrent API calls on Clublog and QRZ.com
|
||||
# when all CI jobs execute simultaniously
|
||||
# when all CI jobs execute simultaneously
|
||||
run: |
|
||||
sleep $[ ( $RANDOM % 20 ) + 1 ]s
|
||||
pytest --cov=./
|
||||
|
|
@ -94,6 +94,6 @@ jobs:
|
|||
# PYTHON_VERSION: ${{ matrix.python-version }}
|
||||
# # delay the execution randomly by 1-20sec to reduce the
|
||||
# # amount of concurrent API calls on Clublog and QRZ.com
|
||||
# # when all CI jobs execute simultaniously
|
||||
# # when all CI jobs execute simultaneously
|
||||
# run: |
|
||||
# pytest
|
||||
Loading…
Add table
Add a link
Reference in a new issue