/wit-abi-up-to-date

Primary LanguageJavaScriptApache License 2.0Apache-2.0

GitHub Action for generating *.md from *.wit.

Configured with:

name: CI
on:
  push:
    branches: [main]
    tags-ignore: [dev]
  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@v17

optionally:

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@v17
      with:
        wit-bindgen: '0.16.0'
        worlds: 'command reactor'
        directory: 'wit'