Skip to content

Commit 58d9c83

Browse files
committed
[CI] Test SwiftWasm
https://swiftwasm.org/
1 parent 96a3c42 commit 58d9c83

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/wasm.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: SwiftWasm
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- .github/workflows/wasm.yml
7+
schedule:
8+
- cron: "0 0 * * 1"
9+
workflow_dispatch:
10+
11+
jobs:
12+
test:
13+
name: Test SwiftWasm
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v2
17+
- uses: swiftwasm/[email protected]

0 commit comments

Comments
 (0)