Skip to content

Commit

Permalink
Test2 (#15)
Browse files Browse the repository at this point in the history
* 321

* ud

* merge

* 3123a

* 123

* final

* 312

* 123

* 321

* 123
  • Loading branch information
mo3et authored Sep 21, 2024
1 parent b3e73b3 commit d30277e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/comment-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ on:
- main
workflow_dispatch:

## true test 爱来自瓷器

jobs:
non-english-comments-check:
# if: github.event.pull_request.base.ref == 'main'
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -24,6 +25,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }} # 检出 fork 仓库的分支
repository: ${{ github.event.pull_request.head.repo.full_name }} # 确保拉取的是fork仓库的内容
fetch-depth: 0

- name: Search for Non-English comments in the entire repository
Expand Down Expand Up @@ -153,5 +156,8 @@ jobs:
```
${{ env.NON_ENGLISH_COMMENTS }}
```
### 这就是中文的含金量
### true test 这就是中文的含金量
## true test 爱来自瓷器
### 这就是中文的含金量

0 comments on commit d30277e

Please sign in to comment.