name: Spell Check permissions: contents: read on: workflow_call: push: branches: ["main"] pull_request: branches: ["main"] env: RUST_BACKTRACE: 1 CARGO_TERM_COLOR: always CLICOLOR: 1 jobs: spelling: name: Spell Check with Typos runs-on: ubuntu-latest steps: - name: Checkout Actions Repository uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1 - name: Spell Check Repo uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d #v1.44.0