Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit 6912957

Browse files
committed
ci workflow を作成
1 parent fe47f96 commit 6912957

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: ci
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
ci:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: koki-develop/setup-qiita-cli@main

0 commit comments

Comments
 (0)