Skip to content

chore: pin duckdb 4a7aee9 and fix extension compatibility #239

chore: pin duckdb 4a7aee9 and fix extension compatibility

chore: pin duckdb 4a7aee9 and fix extension compatibility #239

Workflow file for this run

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