Skip to content

Add forgotten demo page for on_change #44

Add forgotten demo page for on_change

Add forgotten demo page for on_change #44

Workflow file for this run

# This workflow is used to run the pre-commit checks on the codebase, particularly
# linting and formatting.
name: Linting, formatting, and type checking
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/action@v3.0.1