Skip to content

Commit

Permalink
fix(ci): wit-bindgen markdown instead of rust
Browse files Browse the repository at this point in the history
Rust has some required arguments that we don't really need to check

Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
  • Loading branch information
vados-cosmonic committed Jul 1, 2024
1 parent 757e346 commit 82c9636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: fetch WIT dependencies
run: wit-deps
- name: Run wit-bindgen to test WIT
run: wit-bindgen rust --out-dir /tmp/wit wit/
run: wit-bindgen markdown --out-dir /tmp wit/

0 comments on commit 82c9636

Please sign in to comment.