Skip to content

Feature: Widget Annotations (PDF 1.7 Section 12.5.6.19) #37

Feature: Widget Annotations (PDF 1.7 Section 12.5.6.19)

Feature: Widget Annotations (PDF 1.7 Section 12.5.6.19) #37

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo build
- run: cargo test