Skip to content

WFS: Don't issue STARTINDEX if feature count is small #20

WFS: Don't issue STARTINDEX if feature count is small

WFS: Don't issue STARTINDEX if feature count is small #20

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