Skip to content

Commit 54fd7b2

Browse files
committed
add CI github action
1 parent 4286196 commit 54fd7b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: CI
22

33
on:
44
push:
5-
branches: [*]
5+
branches:
6+
- '*'
67

78
jobs:
89
install-lint-test:

0 commit comments

Comments
 (0)