Skip to content

Commit eb2adbe

Browse files
committed
feat: update the merge issue
2 parents 0661c5c + 1e57c6c commit eb2adbe

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/issues2md.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
1616
- name: Backup github issues to a markdown file.
1717
run: |
18-
pip install wheel
19-
pip install --user gh2md
20-
$HOME/.local/bin/gh2md $GITHUB_REPOSITORY issues.md --token ${{ secrets.GITHUB_TOKEN }}
18+
pip3 install --user --upgrade setuptools
19+
pip3 install --user gh2md
20+
$HOME/.local/bin/gh2md $GITHUB_REPOSITORY issues.md --token ${{secrets.GITHUB_TOKEN }} --idempotent
2121
git add issues.md
2222
- name: Commit files
2323
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ As you can see in [JimmyLv/api](https://github.com/JimmyLv/api) repo which will
4747

4848
### Blog
4949

50-
#TODO: add more details in wiki, and also update md images url from qiniu to github id:50
50+
#TODO: add more details in wiki, and also update md images url from qiniu to github id:50 gh:2
5151

5252
- [x] [JimmyLv/jekyll-blog](https://github.com/JimmyLv/jekyll-blog): `jekyll` version, which is the default blog to be published on <https://blog.jimmylv.info> | <http://jekyll.jimmylv.info>..
5353
- [ ] [JimmyLv/hexo-blog](https://github.com/JimmyLv/hexo-blog): `hexo` version, which is another alternative of `jekyll` and you can play with `nodejs` easily, <http://hexo.jimmylv.info>.

编程/2014-09-26-setting-sublime-for-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ import urllib.request,os,hashlib; h = '7183a2d3e96f11eeadd761d777e62404' + 'e330
141141

142142
- GitGutter 在编辑器的凹槽区,依照 Git ,增加小图标来标识一行是否被插入、修改或删除。在 GitGutter 的 readme 中有说明如何更改颜色图标来更新你的配色方案文件。
143143

144-
- Pylinter 这个插件提供了目前我所见到的最好的 pylint 编辑器整合。它自动检查 .py 文件,无论其何时被保存,并且会直接在编辑界面显示 pylint 违规。它还有一个快捷方式来禁用局部的 pylint 检查,通过插入一个 #pylint: 禁用注释。这个插件对于我确实非常有用。 id:43
144+
- Pylinter 这个插件提供了目前我所见到的最好的 pylint 编辑器整合。它自动检查 .py 文件,无论其何时被保存,并且会直接在编辑界面显示 pylint 违规。它还有一个快捷方式来禁用局部的 pylint 检查,通过插入一个 #pylint: 禁用注释。这个插件对于我确实非常有用。 id:43 gh:1
145145

146146
- SublimeLinter 是用来在写代码时做代码检查的,可以检查 Python 代码是否符合 PEP8 的要求。
147147

0 commit comments

Comments
 (0)