Skip to content

Update to EPSG 10.091 and Equidistant Conic: add mapping to new EPSG:1119 method #2492

Update to EPSG 10.091 and Equidistant Conic: add mapping to new EPSG:1119 method

Update to EPSG 10.091 and Equidistant Conic: add mapping to new EPSG:1119 method #2492

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
jobs:
clang_static_analyzer:
runs-on: ubuntu-22.04
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run
run: .github/workflows/clang_static_analyzer/start.sh