Skip to content

Commit

Permalink
.github: add back ci (#49)
Browse files Browse the repository at this point in the history
* .github: add back ci
* *.md, .github/workflows/main: remove udeps and re-generate docs

Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>

---------

Signed-off-by: Jiaxiao Zhou (Mossaka) <[email protected]>
  • Loading branch information
Mossaka authored Oct 4, 2024
1 parent 6630aef commit da58d54
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 160 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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@v22
with:
wit-bindgen: '0.32.0'
worlds: 'imports watch-service'
Loading

0 comments on commit da58d54

Please sign in to comment.