Skip to content

just some notes so that I don't forget #12

just some notes so that I don't forget

just some notes so that I don't forget #12

Workflow file for this run

name: Spellcheck
on: [push]
jobs:
build:
strategy:
max-parallel: 2
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: curl -L https://git.io/misspell | bash
# This will return an exit code of 2, thus triggering a failed build
- name: Test spelling errors
shell: bash
run: |
bin/misspell -error *