Skip to content

Spell-check shaker-maker tool for the green check-mark (note: spell-c… #42

Spell-check shaker-maker tool for the green check-mark (note: spell-c…

Spell-check shaker-maker tool for the green check-mark (note: spell-c… #42

Workflow file for this run

name: Spell Check
on: [push, pull_request]
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run codespell
uses: codespell-project/actions-codespell@v2