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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0 - name: Spell Check Repo uses: crate-ci/typos@85f62a8a84f939ae994ab3763f01a0296d61a7ee #v1.36.2