diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index 8763c79f..37c0e5ec 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -1,10 +1,13 @@ name: Spell check with typos + on: push: branches: ["main"] pull_request: branches: ["**"] + permissions: {} + jobs: typos: runs-on: ubuntu-latest @@ -15,7 +18,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false + - name: Run typos - uses: crate-ci/typos@bbaefadf97b0ec5fdc942684b647f1a6ab250274 # v1.46.0 - with: - config: _typos.toml + uses: crate-ci/typos@5374cbf686e897b15713110e233094e2874de7ef # v1.46.1 +