Skip to content

Add spellchecking tools + CI #1

Add spellchecking tools + CI

Add spellchecking tools + CI #1

Workflow file for this run

name: Spellcheck
on:
pull_request: {}
push:
branches:
- master
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run spellcheck
run: |
make spellcheck