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@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - name: Spell Check Repo uses: crate-ci/typos@392b78fe18a52790c53f42456e46124f77346842 #v1.34.0