Skip to content

Commit 93c6808

Browse files
committed
✨ feat: add step to install qiita-cli
1 parent 672ab52 commit 93c6808

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ runs:
3636
continue-on-error: true
3737
shell: bash
3838

39+
- name: Install qiita-cli
40+
run: |
41+
npm install @qiita/qiita-cli --save-dev
42+
shell: bash
43+
3944
- name: Convert Zenn articles to Qiita format
4045
run: |
4146
for file in $(cat $GITHUB_WORKSPACE/changed_files.txt); do

0 commit comments

Comments
 (0)