mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-06 05:12:10 +08:00
feat: add code language detector github actions
This commit is contained in:
parent
403fb2fc3d
commit
913b05964e
7
.github/code-language-detector.yml
vendored
Normal file
7
.github/code-language-detector.yml
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
directory: ./
|
||||||
|
file_types:
|
||||||
|
- .go
|
||||||
|
- .yaml
|
||||||
|
- .yml
|
||||||
|
languages:
|
||||||
|
- Chinese
|
||||||
13
.github/workflows/code-language-detector.yml
vendored
Normal file
13
.github/workflows/code-language-detector.yml
vendored
Normal file
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user