Skip to content

fix: pass margin and other styles to OptimizedImage background-based fallback #61

fix: pass margin and other styles to OptimizedImage background-based fallback

fix: pass margin and other styles to OptimizedImage background-based fallback #61

Workflow file for this run

name: Rust
on:
push:
branches:
- main
pull_request:
jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- name: Test
run: make test.rust
- name: Check diff
run: git diff --exit-code