Skip to content

karm-print: Documented FilePrinterProps::density. #458

karm-print: Documented FilePrinterProps::density.

karm-print: Documented FilePrinterProps::density. #458

Workflow file for this run

name: Checks (Darwin)
on: [push, pull_request]
jobs:
build-all:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: '3.13'
- name: Setup Build Environment
run: ./ck tools setup && ./ck tools doctor
- name: Build Libraries (Host)
run: ./ck builder build
- name: Test Libraries (Host)
run: ./ck builder test