Skip to content

Remove unmaintained proc-macro-error2 dependency (RUSTSEC-2026-0173) #96

Remove unmaintained proc-macro-error2 dependency (RUSTSEC-2026-0173)

Remove unmaintained proc-macro-error2 dependency (RUSTSEC-2026-0173) #96

Workflow file for this run

name: Spelling Check
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
env:
CLICOLOR: 1
jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@main
- name: Check spelling
uses: crate-ci/typos@v1.42.1
with:
config: ./typos.toml