Skip to content

Create spelling.yml

Create spelling.yml #1

Workflow file for this run

name: Check Spelling
on: push
jobs:
spelling:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Check spelling
uses: check-spelling/[email protected]