From f83798bd210c1793b8ca6df1879290f8776c9335 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 08:42:55 +0000 Subject: [PATCH] chore(typos): install typos gha action v1.47.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/typos.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index 3ba676e..55269f4 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@f8a58b6b53f2279f71eb605f03a4ae4d10608f45 # v1.47.0 - with: - config: _typos.toml +