Skip to content

Commit b77b340

Browse files
Merge pull request #5 from Michielvk/main
ci: add wit validation workflow
2 parents 0a0ad7c + 0c073c9 commit b77b340

2 files changed

Lines changed: 20 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
jobs:
10+
validate:
11+
name: Validate WIT
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v6.0.2
15+
16+
- name: Install wasm-tools
17+
uses: bytecodealliance/actions/wasm-tools/setup@v1
18+
19+
- name: Validate WIT
20+
run: wasm-tools component wit wit/

.github/workflows/main.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)