chore: pin duckdb 4a7aee9 and fix extension compatibility #239
Workflow file for this run
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: | |
| 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 |