add github actions is create code-language-detector.yml (#2113)

* feat: remove tools/codescan catalog

* feat: add code language detector github actions
This commit is contained in:
Xinwei Xiong
2024-03-18 10:33:29 +08:00
committed by GitHub
parent e795dce696
commit 1c2eafce25
9 changed files with 20 additions and 258 deletions
+7
View File
@@ -0,0 +1,7 @@
directory: ./
file_types:
- .go
- .yaml
- .yml
languages:
- Chinese
@@ -0,0 +1,13 @@
name: Language Check Workflow Test
on: [pull_request]
jobs:
comment-language-detector:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Code Language Detector
uses: kubecub/comment-lang-detector@v1.0.0