Skip to content

Example for reading shapefiles with GDAL and displaying the geometry. #24

Example for reading shapefiles with GDAL and displaying the geometry.

Example for reading shapefiles with GDAL and displaying the geometry. #24

Workflow file for this run

name: Build events
on:
issue_comment:
types: [created, edited, deleted]
jobs:
force_build:
if: github.event.issue.pull_request && contains(github.event.comment.body, '/force-build')
uses: ./.github/workflows/build.yaml
secrets: inherit