Skip to content

Making splitting respect the observed type throughout via typed to-nu… #27

Making splitting respect the observed type throughout via typed to-nu…

Making splitting respect the observed type throughout via typed to-nu… #27

# Same as `code-quality-pr.yaml` but triggered on commit to main branch
# and runs on all files (instead of only the changed ones)
name: Code Quality Main
on:
push:
branches: [main]
jobs:
code-quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- name: Run pre-commits
uses: pre-commit/action@v3.0.1