Skip to content

Spellcheck and lint reviung34/39/41 #5

Spellcheck and lint reviung34/39/41

Spellcheck and lint reviung34/39/41 #5

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