Skip to content

fix(lattice): correct BCC snapping and 8:1 refinement; add BccGrid facade #120

fix(lattice): correct BCC snapping and 8:1 refinement; add BccGrid facade

fix(lattice): correct BCC snapping and 8:1 refinement; add BccGrid facade #120

Workflow file for this run

name: Book Quality
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
book-quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- name: Install ripgrep
run: sudo apt-get update && sudo apt-get install -y ripgrep
- name: Run book quality checks
run: |
chmod +x scripts/generate_book_api_contract.sh scripts/book_quality_check.sh
./scripts/book_quality_check.sh