Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sqlite scanner for testing purposes #7

Merged
merged 2 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
COMMUNITY_EXTENSION_REF: ${{ steps.parse.outputs.COMMUNITY_EXTENSION_REF }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Get all changed description files
id: changed-files
uses: tj-actions/changed-files@v44
with:
files: |
extensions/*/description.yml

- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Parse description files
id: parse
env:
Expand Down
13 changes: 13 additions & 0 deletions extensions/sqlite_scanner/description.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
extension:
name: sqlite_scanner
description: Provides a SQLite scanner
version: 0.0.1
language: C++
build: cmake
license: MIT
maintainers:
- Mytherin

repo:
github: duckdb/sqlite_scanner
ref: ecdb82d436b7eb6e4d0e956401d1c7ed3d63e9e0
Loading