Skip to content

Split display.py into files for each backend (#930) #24

Split display.py into files for each backend (#930)

Split display.py into files for each backend (#930) #24

Workflow file for this run

name: Spellcheck
on:
push:
paths:
- '**.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt-get install aspell
- run: make spellcheck