Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Merge pull request #71 from WebAssembly/update-wit-0.3.0-rc-2025-09-16-1 #127

Merge pull request #71 from WebAssembly/update-wit-0.3.0-rc-2025-09-16-1

Merge pull request #71 from WebAssembly/update-wit-0.3.0-rc-2025-09-16-1 #127

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
abi-up-to-date:
name: Check ABI files are up-to-date
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: WebAssembly/wit-abi-up-to-date@v24
with:
all-features: 'true'