Skip to content

Draft: Managed table testing #1050

Draft: Managed table testing

Draft: Managed table testing #1050

Workflow file for this run

name: pre-commit
on:
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Install Python
uses: actions/setup-python@v5.4.0
with:
python-version: '3.11'
- name: Run pre-commit checks
uses: pre-commit/action@v3.0.1