Skip to content

Commit f62e55c

Browse files
authored
Add empty github workflow for CI (#12)
1 parent 161b0f7 commit f62e55c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: ci
2+
on: ["push", "pull_request"]
3+
4+
permissions:
5+
contents: read
6+
7+
jobs: {}

0 commit comments

Comments
 (0)