jbampton commented on code in PR #2734:
URL: https://github.com/apache/sedona/pull/2734#discussion_r2923049243
##########
.pre-commit-config.yaml:
##########
@@ -507,3 +507,9 @@ 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
Review Comment:
```suggestion
description: actionlint is a static checker for GitHub Actions
workflow files
args:
- -ignore
- 'SC\d+' # Ignores all ShellCheck warnings
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]