This is an automated email from the ASF dual-hosted git repository.
aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new 94fe9bf4 Remove misspell (#447)
94fe9bf4 is described below
commit 94fe9bf419e7df969976469e5af3798b84acc3da
Author: Aaron Ai <[email protected]>
AuthorDate: Sun Apr 2 10:25:35 2023 +0800
Remove misspell (#447)
---
.github/workflows/mispell_check.yaml | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/.github/workflows/mispell_check.yaml
b/.github/workflows/mispell_check.yaml
deleted file mode 100644
index 1512bcdd..00000000
--- a/.github/workflows/mispell_check.yaml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: Misspell Check
-on:
- pull_request:
- types: [opened, reopened, synchronize]
- push:
- branches:
- - master
-jobs:
- misspell-check:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- - name: Install misspell
- run: |
- curl -L -o ./install-misspell.sh https://git.io/misspell
- sh ./install-misspell.sh
- - name: Run misspell
- run: find . ! -path "./cpp/third_party/*" -type f -print0 | xargs -0
bin/misspell -error
\ No newline at end of file