Skip to content

chore(lib): fully refactor the library for v3 #349

chore(lib): fully refactor the library for v3

chore(lib): fully refactor the library for v3 #349

Workflow file for this run

on:
pull_request:
paths:
- '**.rs'
- Cargo.toml
workflow_dispatch:
name: Cargo check
jobs:
cargo_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- run: >
cargo hack check
--feature-powerset
--no-dev-deps
--clean-per-run
--group-features cli-complete,docker
--group-features typst,html,markdown
--mutually-exclusive-features native-tls,native-tls-vendored
--exclude-features snapshots