projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77e3b4a
)
CI: add spellcheck github action
author
Ilya Shipitsin
<chipitsine@gmail.com>
Tue, 10 Mar 2020 07:10:26 +0000
(12:10 +0500)
committer
Willy Tarreau
<w@1wt.eu>
Sat, 14 Mar 2020 08:44:21 +0000
(09:44 +0100)
action is self consistent. it is scheduled to run weekly
.github/workflows/codespell.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.github/workflows/codespell.yml
b/.github/workflows/codespell.yml
new file mode 100644
(file)
index 0000000..
e70de5e
--- /dev/null
+++ b/
.github/workflows/codespell.yml
@@ -0,0
+1,17
@@
+name: codespell
+
+on:
+ schedule:
+ - cron: "0 0 * * 2"
+
+jobs:
+ codespell:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+ - name: install prerequisites
+ run: sudo pip install codespell
+ - name: check
+ run: codespell -c -q 2 --ignore-words-list ist,hist,wan,ca,cas --skip CHANGELOG