Skip to content

Update readme

Update readme #38

Workflow file for this run

name: typo checker
concurrency:
group: typo-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request:
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v2
- name: Ignore implicit configuration file
uses: crate-ci/typos@master