Skip to content

Commit

Permalink
Merge pull request #7 from duckdb/hannes-patch-1
Browse files Browse the repository at this point in the history
add sqlite scanner for testing purposes
  • Loading branch information
hannes authored Jun 5, 2024
2 parents 20a81e3 + 2272358 commit b65f981
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
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

0 comments on commit b65f981

Please sign in to comment.