Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DeppWang/youdaonote-pull
Browse files Browse the repository at this point in the history
  • Loading branch information
DeppWang committed Jun 4, 2024
2 parents f4f84b8 + 8c60158 commit 9984652
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/issue-模版.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: issue 模版
about: " issue 格式"
title: ''
labels: ''
assignees: ''

---

请在 Issues 中搜索是否有同样的问题,如果没有,再提问

issue 需要包含以下信息:
操作系统版本:如 macOS 14.2, Windows 11
Python 版本:如 3.11.7
如果文档下载后格式有问题,请贴出有文档分享链接。
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
key: ${{ runner.os }}-pip-pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }}
restore-keys: |
${{ runner.os }}-pip-pre-commit
- name: pre-commit
- name: pre-commit # 只需要安装 pre-commit,不需要安装 requirements.txt
run: |
pip install -U pre-commit
pre-commit install --install-hooks
Expand All @@ -44,4 +44,4 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run test.py
run: python test/test.py
run: python test/test.py

0 comments on commit 9984652

Please sign in to comment.