Skip to content

ci: add an action to check spelling #1

ci: add an action to check spelling

ci: add an action to check spelling #1

Workflow file for this run

name: Check spelling
on:
- pull_request
- push
jobs:
run:
name: Check spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crate-ci/typo@master