This is an automated email from the ASF dual-hosted git repository.

johnbam pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ac6397484 [CI] Add pre-commit hook actionlint (#2734)
3ac6397484 is described below

commit 3ac639748416b8e6975a409e53bb571bc36a6343
Author: John Bampton <[email protected]>
AuthorDate: Thu Mar 12 19:49:53 2026 +1000

    [CI] Add pre-commit hook actionlint (#2734)
---
 .pre-commit-config.yaml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 9ac2bd8dfc..41eae05f2b 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -507,3 +507,22 @@ repos:
         description: a tool to verify that your files are in harmony with your 
.editorconfig
         exclude: 
^docs/image/.*$|^R/man/.*\.Rd$|^spark/common/src/test/resources/.*$
         alias: ec
+  - repo: https://github.com/rhysd/actionlint
+    rev: v1.7.11
+    hooks:
+      - id: actionlint
+        name: run actionlint
+        description: actionlint is a static checker for GitHub Actions 
workflow files
+        args:
+          - -ignore
+          - 'SC2015'
+          - -ignore
+          - 'SC2061'
+          - -ignore
+          - 'SC2072'
+          - -ignore
+          - 'SC2086'
+          - -ignore
+          - 'SC2102'
+          - -ignore
+          - 'SC2155'

Reply via email to