Fix Lance ATTACH table discovery after SHOW TABLES (#133) #217
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: Extension Code Quality | |
| on: | |
| pull_request: | |
| paths-ignore: | |
| - "**.md" | |
| push: | |
| branches: | |
| - "main" | |
| paths-ignore: | |
| - "**.md" | |
| workflow_dispatch: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }} | |
| cancel-in-progress: true | |
| jobs: | |
| code-quality: | |
| name: Code Quality | |
| uses: duckdb/extension-ci-tools/.github/workflows/_extension_code_quality.yml@v1.4-andium | |
| with: | |
| extension_name: lance | |
| duckdb_version: v1.4.4 | |
| ci_tools_version: v1.4-andium |