sunfishcode / wit-abi-up-to-date

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

License:Apache License 2.0