Skip to content

feat(ahbg): presentation board — fixed occupancy offsets and viewBox bounds #12

feat(ahbg): presentation board — fixed occupancy offsets and viewBox bounds

feat(ahbg): presentation board — fixed occupancy offsets and viewBox bounds #12

name: ahbg-presentation
on:
pull_request:
paths:
- "ahbg/presentation/**"
- ".github/workflows/ahbg-presentation.yml"
push:
branches: [main]
paths:
- "ahbg/presentation/**"
- ".github/workflows/ahbg-presentation.yml"
permissions:
contents: read
jobs:
presentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Python presentation contract
run: python -m unittest discover -s ahbg/presentation/tests -p 'test*.py'
- name: Browser JavaScript syntax
run: node --check ahbg/presentation/board.js