feat(ahbg): presentation board — fixed occupancy offsets and viewBox … #13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |