Skip to content

Add pg_upgrade coverage to Woodie CI #18

Add pg_upgrade coverage to Woodie CI

Add pg_upgrade coverage to Woodie CI #18

Workflow file for this run

name: Codespell Check
on:
push:
branches-ignore:
- 'main'
pull_request: ~
jobs:
linux:
runs-on: ubuntu-latest
name: "CI Codespell"
steps:
- name: 'Check Out'
uses: actions/checkout@v4
- name: 'Install codespell'
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
autoconf automake libtool pkg-config \
libgeos-dev libproj-dev libxml2-dev \
libxml2-utils docbook-xml docbook-xsl docbook-xsl-ns xsltproc
# Ubuntu's packaged codespell is too old for the skip globs in .codespellrc,
# which makes the job scan generated/vendor trees and fail noisily.
sudo pip install codespell
- name: 'Build & Test'
run: |
codespell --version
./autogen.sh
./configure --without-raster --without-topology --without-sfcgal --without-json --without-protobuf
make -C doc comments
codespell --config .codespellrc .