Skip to content

usingcurl/verbose/writeout.md: microsecond display for time #938

usingcurl/verbose/writeout.md: microsecond display for time

usingcurl/verbose/writeout.md: microsecond display for time #938

Workflow file for this run

# Copyright (C) Daniel Stenberg, <[email protected]>, et al.
name: pyspelling
'on':
push:
branches:
- master
paths:
- '**.md'
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions: {}
jobs:
check:
name: 'check'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- name: 'install'
run: |
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get -o Dpkg::Use-Pty=0 update
sudo rm -f /var/lib/man-db/auto-update
sudo apt-get -o Dpkg::Use-Pty=0 install aspell aspell-en
python3 -m venv ~/venv
~/venv/bin/pip --disable-pip-version-check --no-input --no-cache-dir install --progress-bar off --prefer-binary \
-r .github/workflows/requirements.txt
- name: 'check spelling'
run: |
source ~/venv/bin/activate
aspell --version
pyspelling --version
pyspelling --verbose --jobs 5 --config pyspelling.yaml