-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tame the failing spellcheck job (#620)
* .github/workflows/spelling/excludes.txt: do not check CHANGES.old (and its commit hash strings), AUTHORS and generated man pages Signed-off-by: Jim Klimov <[email protected]> * .github/workflows/spelling/excludes.txt: allow certain words from IT world generally and znapzend in particular Signed-off-by: Jim Klimov <[email protected]> * znapzendzetup: doc typo fix READNE=>README Signed-off-by: Jim Klimov <[email protected]> * Fix some trailing whitespaces Signed-off-by: Jim Klimov <[email protected]> * Dockerfile: ensure prerequisites for self-testing Signed-off-by: Jim Klimov <[email protected]> * Address Warning: deprecation: please rename 'whitelist' to 'expect' Signed-off-by: Jim Klimov <[email protected]> * Address Warning: .github/workflows//spelling/patterns.txt: line 1, columns 10-11, Warning - no newline at eof (no-newline-at-eof) * .github/workflows/spelling/expect.txt: "coprs" is a word in our context Signed-off-by: Jim Klimov <[email protected]> * Typo fix repoen=>reopen Signed-off-by: Jim Klimov <[email protected]> * .github/workflows/spelling/expect.txt: "HAARG" is a word in our context (dev name) Signed-off-by: Jim Klimov <[email protected]> * Typo fix flaged=>flagged Signed-off-by: Jim Klimov <[email protected]> * .github/workflows/spelling/expect.txt: fix spelling for debian/znapzend.links.in Signed-off-by: Jim Klimov <[email protected]> * .github/workflows/spelling/excludes.txt: fix filename patterns Signed-off-by: Jim Klimov <[email protected]> * .github/workflows/spelling.yml: bump action version Signed-off-by: Jim Klimov <[email protected]> * .github/workflows/spelling/expect.txt: drop uppercase and plural variants Signed-off-by: Jim Klimov <[email protected]> * Typo fix ZnapZends=>ZnapZend's Signed-off-by: Jim Klimov <[email protected]> * .github/workflows/spelling/expect.txt: update with words from perl sources Signed-off-by: Jim Klimov <[email protected]> * .github/workflows/spelling/expect.txt: ignore Makefile.am Signed-off-by: Jim Klimov <[email protected]> * .github/workflows/spelling/excludes.txt: ignore init/org.znapzend.plist.in Signed-off-by: Jim Klimov <[email protected]> * .github/workflows/spelling/expect.txt: like coprs again (over copr) Signed-off-by: Jim Klimov <[email protected]> --------- Signed-off-by: Jim Klimov <[email protected]>
- Loading branch information
Showing
13 changed files
with
89 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
- uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
- uses: check-spelling/[email protected].19 | ||
- uses: check-spelling/[email protected].22 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
bucket: .github/workflows/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
cpanfile.+ | ||
cpanfile.+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,5 +40,8 @@ CMD [ "znapzend --logto=/dev/stdout" ] | |
##### Tests | ||
FROM builder as test | ||
|
||
RUN \ | ||
cpan Devel::Cover | ||
|
||
RUN \ | ||
./test.sh |
Oops, something went wrong.