Skip to content

Commit db20e7c

Browse files
authored
Add SDK type check (#22)
* update dependencies * add lock for canary workflow * add canary workflow * import sdk type check workflow
1 parent cfcefcb commit db20e7c

4 files changed

Lines changed: 4776 additions & 5 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: SDK Type Check
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
schedule:
8+
- cron: '0 6 * * 1-5' # weekly run
9+
workflow_dispatch: # allow manual trigger
10+
11+
permissions:
12+
contents: read
13+
issues: write
14+
15+
jobs:
16+
typecheck-latest:
17+
uses: papermoonio/workflows/.github/workflows/wormhole-demo-typecheck.yml@main
18+
secrets: inherit

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
package-lock.json
21
node_modules

0 commit comments

Comments
 (0)