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 <[email protected]>
  • Loading branch information
vados-cosmonic authored and brooksmtownsend committed Jul 1, 2024
1 parent f822654 commit 951f64b
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 951f64b

Please sign in to comment.