Skip to content

feat: e2e local geoparquet wiring via duckdb (#3054) #2188

feat: e2e local geoparquet wiring via duckdb (#3054)

feat: e2e local geoparquet wiring via duckdb (#3054) #2188

Workflow file for this run

name: Demo
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
paths:
- 'demo/**'
release:
types: [ published ]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' && github.event_name != 'release' }}
permissions:
contents: read
jobs:
demo:
name: Demo
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout sources
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with: { persist-credentials: false }
- uses: taiki-e/install-action@5ebac0d9522d786674368e47e92963ba13f2c376 # v2.82.11
with: { tool: just }
- run: just demo::build