Skip to content

Commit

Permalink
Exclude binary packet captures from spelling check
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaine committed Dec 12, 2023
1 parent 4077a6d commit 2c0554a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
check_filenames: true
check_hidden: false
ignore_words_list: quicly
skip: "*.bin"

test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2c0554a

Please sign in to comment.