diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index a9bf4a52db1..89054542067 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -29,6 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: jprochazk/linkinator-action@main with: + linksToSkip: "https://crates.io/crates/.*" # Avoid crates.io rate-limiting retry: true retryErrors: true retryErrorsCount: 5