Skip to content

feat: add typos CI, fix existing typos #1

feat: add typos CI, fix existing typos

feat: add typos CI, fix existing typos #1

Workflow file for this run

name: Typo
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: "full"
jobs:
typo:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Check Typos
uses: crate-ci/typos@master