Mark cb2a1d99dd
Some checks failed
Lints / typos (push) Failing after 20s
action rules
2025-01-19 20:13:46 -08:00

19 lines
316 B
YAML

on:
push:
pull_request:
name: Lints
env:
RUSTFLAGS: "-Dwarnings"
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check typos
uses: crate-ci/typos@master
with:
config: ./typos.toml