Skip to content

Bump lopdf from 0.39.0 to 0.44.0 #11

Bump lopdf from 0.39.0 to 0.44.0

Bump lopdf from 0.39.0 to 0.44.0 #11

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
rust:
name: Rust
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
targets: wasm32-wasip2
- name: Check formatting
run: cargo fmt --all -- --check
- name: Run tests
run: cargo test
- name: Check crate
run: cargo check
- name: Build WASM component
run: cargo build --release --target wasm32-wasip2