Skip to content

WKT1 importer: deal with 'VERT_CS["Geoid 2012A",' #4140

WKT1 importer: deal with 'VERT_CS["Geoid 2012A",'

WKT1 importer: deal with 'VERT_CS["Geoid 2012A",' #4140

name: Clang Static Analyzer
on:
push:
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
clang_static_analyzer:
runs-on: ubuntu-24.04
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Run
run: .github/workflows/clang_static_analyzer/start.sh