Skip to content

Commit 8d3dcb6

Browse files
committed
add badge
1 parent 4275747 commit 8d3dcb6

File tree

3 files changed

+45
-0
lines changed

3 files changed

+45
-0
lines changed

.github/workflows/badge.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: badge
4+
5+
on:
6+
push:
7+
branches:
8+
- main
9+
workflow_dispatch:
10+
11+
jobs:
12+
13+
build:
14+
runs-on: ubuntu-latest
15+
16+
steps:
17+
- uses: actions/checkout@v3
18+
19+
- uses: shuzijun/leetcode-editor-action@v0.1.1
20+
with:
21+
STATISTICS_DIRECTORY: .idea/leetcode-pro/
22+
LEETCODE_SITE: leetcode.cn
23+

.idea/leetcode-pro/statistics.xml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# leetcode-question
22
[leetcode-editor](https://github.com/shuzijun/leetcode-editor) custom code demo
3+
## Progress
4+
<!--START_SECTION_FLAG--><!--END_SECTION_FLAG-->
35
## leetcode-editor config
46
CodeFileName:
57
```java

0 commit comments

Comments
 (0)