Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowee committed Nov 27, 2024
1 parent b21c904 commit ebc7600
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,18 @@ jobs:
- uses: actions/checkout@v3
- name: Install Wasm target for Rust
run: rustup target add wasm32-unknown-unknown
- name: Install Typst
run: curl -fsSL https://typst.community/typst-install/install.sh | sh
- name: Build
run: |
cargo --version
cargo build --release --verbose --target wasm32-unknown-unknown
- name: Test
run: cargo test --verbose --target wasm32-unknown-unknown
- name: Typst Compile
run: typst compile example.typ
- name: Clippy
run: cargo clippy --target wasm32-unknown-unknown --all-features -- -D warnings
- name: Check Format
run: cargo fmt -- --check
- name: Install Typst
run: curl -fsSL https://typst.community/typst-install/install.sh | sh
- name: Typst Compile
run: typst compile example.typ

# now Pages.dev do this for us
# build-web:
Expand Down

0 comments on commit ebc7600

Please sign in to comment.