[SCM] PostGIS branch master updated. 3.6.0rc2-231-g37fdc584b

git at osgeo.org git at osgeo.org
Sat Nov 29 12:05:52 PST 2025


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  37fdc584ba39ae57203c4317d470e233be0756dc (commit)
      from  4507d2c954d8b7d410004a55fa81b8659b67f053 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 37fdc584ba39ae57203c4317d470e233be0756dc
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 29 15:05:42 2025 -0500

    Codespell check for gitea repo, that uses debian13 image

diff --git a/.woodpecker/codespell.yml b/.woodpecker/codespell.yml
new file mode 100644
index 000000000..824f73f92
--- /dev/null
+++ b/.woodpecker/codespell.yml
@@ -0,0 +1,10 @@
+labels:
+  platform: linux/amd64
+when:
+  event: [push, pull_request, tag]
+steps:
+  check:
+    image: repo.osgeo.org/postgis/build-test:debian13
+    pull: true
+    commands:
+      - codespell

-----------------------------------------------------------------------

Summary of changes:
 .woodpecker/{tools.yml => codespell.yml} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 copy .woodpecker/{tools.yml => codespell.yml} (51%)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list