mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
13 lines
285 B
YAML
13 lines
285 B
YAML
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 |