diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 213a723692f68..c2f9946b9a1c2 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -18,7 +18,7 @@ on: push: branches: - main - pull_request_target: + pull_request: branches: - main @@ -31,6 +31,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: + - uses: actions/checkout@v4 - name: Check spelling env: CLICOLOR: 1