Skip to content

Add typos CI, fix typos #1

Add typos CI, fix typos

Add typos CI, fix typos #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
schedule:
- cron: '17 3 * * 0'
jobs:
typos:
name: Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@master