-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mcq): support note for option (#76)
- Loading branch information
Showing
5 changed files
with
68 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'anki-templates': minor | ||
--- | ||
|
||
feat(mcq): support note for option (支持选项笔记) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,15 @@ jobs: | |
- run: pnpm install | ||
- run: pnpm typecheck | ||
- run: pnpm test | ||
- name: Build templates | ||
run: pnpm run build | ||
|
||
- name: Install uv | ||
uses: astral-sh/setup-uv@v3 | ||
with: | ||
version: '0.4.27' | ||
- name: Gen APKG | ||
run: pnpm run package | ||
|
||
- name: Create Release Pull Request or Tag | ||
id: changesets | ||
|
@@ -34,19 +43,6 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Build templates | ||
if: steps.changesets.outputs.published == 'true' | ||
run: pnpm run build | ||
|
||
- name: Install uv | ||
if: steps.changesets.outputs.published == 'true' | ||
uses: astral-sh/setup-uv@v3 | ||
with: | ||
version: '0.4.27' | ||
- name: Gen APKG | ||
if: steps.changesets.outputs.published == 'true' | ||
run: pnpm run package | ||
|
||
- name: Release | ||
if: steps.changesets.outputs.published == 'true' | ||
uses: ncipollo/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters