Skip to content

meters param for distance queries, srid postgres update and fixed structure exception not getting raised for spatial types #2266

meters param for distance queries, srid postgres update and fixed structure exception not getting raised for spatial types

meters param for distance queries, srid postgres update and fixed structure exception not getting raised for spatial types #2266

Workflow file for this run

name: "CodeQL"
on: [ pull_request ]
jobs:
lint:
name: CodeQL
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 2
- run: git checkout HEAD^2
- name: Run CodeQL
run: |
docker run --rm -v $PWD:/app composer sh -c \
"composer install --profile --ignore-platform-reqs && composer check"