Skip to content

Update pinned-requirements.txt #22

Update pinned-requirements.txt

Update pinned-requirements.txt #22

Workflow file for this run

name: Spelling check
on:
- push
- pull_request
jobs:
spellcheck:
name: Spelling check (documentation)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Aspell
run: |
sudo apt-get install aspell aspell-en
- name: Install the doc framework
run: |
make install
- name: Build docs and run spelling checker
run: |
make spelling