We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a038c5b commit edacc02Copy full SHA for edacc02
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ jobs:
11
- uses: Swatinem/rust-cache@v2
12
- run: cargo test --workspace --no-run
13
- run: cargo test --workspace --no-fail-fast
14
+ - run: cargo run -p typst-assets-codegen -- html
15
+ - run: git diff --exit-code
16
17
checks:
18
name: Check clippy, formatting, and documentation
0 commit comments