Skip to content

Commit

Permalink
ci: ignore a codespell false positive [ci skip]
Browse files Browse the repository at this point in the history
```
2.3.0
openssl.sh:121: buildin ==> building, build in
```
Ref: https://github.com/curl/curl-for-win/actions/runs/9265348474/job/25487199030#step:4:13
  • Loading branch information
vszakats committed May 28, 2024
1 parent 1fdd336 commit 0c1232f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
run: |
codespell --version
codespell --skip='*.asc,*.patch,*.pem' \
--ignore-words '.github/scripts/codespell-ignore.txt' \
$(git ls-files)
linux-glibc-debian-testing-llvm:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codespell-ignore.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright (C) Viktor Szakats. See LICENSE.md
# SPDX-License-Identifier: MIT
buildin

0 comments on commit 0c1232f

Please sign in to comment.