Skip to content

Commit 8fb7b2b

Browse files
committed
fix: 缩进错了qwq
1 parent ad90cac commit 8fb7b2b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
jobs:
1212
run-script:
1313
runs-on: ubuntu-latest
14-
permissions:
15-
contents: write
14+
permissions:
15+
contents: write
1616
steps:
1717
- uses: actions/checkout@v3
1818
- uses: actions/setup-python@v4

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,5 @@ dmypy.json
130130

131131
temp/
132132
.idea/
133+
134+
*.json

0 commit comments

Comments
 (0)