Skip to content

Commit

Permalink
add github actions is create code-language-detector.yml (#470)
Browse files Browse the repository at this point in the history
* add github actions is create code-language-detector.yml

* Create language-check.yml

* Update language-check.yml
  • Loading branch information
cubxxw authored Mar 16, 2024
1 parent 5b7a3d4 commit 07d5d69
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/code-language-detector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
directory: ./
file_types:
- .go
- .yaml
- .yml
languages:
- Chinese
13 changes: 13 additions & 0 deletions .github/workflows/language-check.yml
Original file line number Diff line number Diff line change
@@ -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@v2

- name: Code Language Detector
uses: kubecub/[email protected]

0 comments on commit 07d5d69

Please sign in to comment.