Skip to content

490 implement coexistence of created table with and without keys #2667

490 implement coexistence of created table with and without keys

490 implement coexistence of created table with and without keys #2667

---
name: Run pre-commit checks
on:
pull_request:
workflow_dispatch:
jobs:
pre-commit-checks:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v5
- name: Run pre-commit checks
uses: pre-commit/[email protected]