Skip to content

Fix spelling in docs and board READMEs #1

Fix spelling in docs and board READMEs

Fix spelling in docs and board READMEs #1

Workflow file for this run

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