Skip to content

[ci] add typos workflow + fix existing ones #2

[ci] add typos workflow + fix existing ones

[ci] add typos workflow + fix existing ones #2

Workflow file for this run

name: "Typos"
on:
pull_request:
push:
jobs:
typos:
name: "Check for typos"
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- name: "Check for typos"
uses: "crate-ci/typos@v1"
with:
files: "README.md src rules tests"