]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: add spellcheck github action
authorIlya Shipitsin <chipitsine@gmail.com>
Tue, 10 Mar 2020 07:10:26 +0000 (12:10 +0500)
committerWilly 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]

diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml
new file mode 100644 (file)
index 0000000..e70de5e
--- /dev/null
@@ -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