Skip to content

Revert "Build without spatialite" #22

Revert "Build without spatialite"

Revert "Build without spatialite" #22

name: clang-format Check
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- name: Checkout GDAL
uses: actions/checkout@v3
with:
fetch-depth: 100
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Install Run clang-format style check for C/C++ programs.
run: pip install clang-format==15.0.4
- name: Check new code with clang-format
run: ./scripts/clang-format.sh