Skip to content

Commit

Permalink
Do not checkout submodules when spell checking (#15915)
Browse files Browse the repository at this point in the history
* Do not checkout submodules for spell check

* Noop to trigger spell checker
  • Loading branch information
andy31415 authored and pull[bot] committed Nov 14, 2023
1 parent c26ad55 commit 2627803
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/spell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
with:
action: actions/checkout@v3
with: |
submodules: true
token: ${{ github.token }}
attempt_limit: 3
attempt_delay: 2000
Expand Down
2 changes: 1 addition & 1 deletion src/lib/address_resolve/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ addresses due to:

The purpose of address resolution is to find a _single_ ip address to use for
the given lookup. It employs a set of heuristics to determine what the best IP
(the more likely to route correctly) is and allows custom implementations from
(the most likely to route correctly) is and allows custom implementations from
applications by not including the default implementation.

0 comments on commit 2627803

Please sign in to comment.