name: Spelling permissions: contents: read on: push: branches: - main pull_request: env: CLICOLOR: 1 concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ github.ref != 'refs/heads/main' && !startsWith(github.ref, 'refs/tags/') }} jobs: spelling: name: Spell Check with Typos runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 with: persist-credentials: false - name: Spell Check Repo uses: crate-ci/typos@685eb3d55be2f85191e8c84acb9f44d7756f84ab # v1.29.4