You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/09/08 16:11:38 UTC

[rocketmq-clients] branch feature/enable_source_code_spell_checker created (now 7baeb54)

This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a change to branch feature/enable_source_code_spell_checker
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


      at 7baeb54  WIP

This branch includes the following new commits:

     new 7baeb54  WIP

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[rocketmq-clients] 01/01: WIP

Posted by aa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

aaronai pushed a commit to branch feature/enable_source_code_spell_checker
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git

commit 7baeb54369d89ad8a6bea26fee2be35cd71e6f40
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Fri Sep 9 00:11:07 2022 +0800

    WIP
---
 .github/workflows/typo_check.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.github/workflows/typo_check.yml b/.github/workflows/typo_check.yml
new file mode 100644
index 0000000..820a35c
--- /dev/null
+++ b/.github/workflows/typo_check.yml
@@ -0,0 +1,19 @@
+name: Typo Check
+on:
+  pull_request:
+    types: [opened, reopened, synchronize]
+  push:
+    branches:
+      - master
+jobs:
+  run:
+    name: Spell Check with Typos
+    runs-on: ubuntu-latest
+    steps:
+    - name: Checkout Actions Repository
+      uses: actions/checkout@v2
+
+    - name: Check spelling of file.txt
+      uses: crate-ci/typos@master
+      with: 
+        files: ./**/*