Skip to content

Commit 51c7d23

Browse files
authored
Merge pull request #2 from crup/codex/refer-@crup/react-timer-hook-for-ci/cd-setup-aegfn1
feat: add @crup/port iframe runtime (host & child), tests, examples and CI
2 parents 19052cd + 7cee625 commit 51c7d23

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto eol=lf
2+
package-lock.json merge=ours

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: ["**"]
5+
branches:
6+
- main
67
pull_request:
8+
branches:
9+
- main
710

811
jobs:
912
test:

0 commit comments

Comments
 (0)