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

jiayu 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 8ff2e4e74 [SEDONA-410] pre-commit: check that scripts with shebangs 
are executable (#1058)
8ff2e4e74 is described below

commit 8ff2e4e74c0897623af0df832205bff1da89e00b
Author: John Bampton <[email protected]>
AuthorDate: Wed Oct 25 02:44:26 2023 +1000

    [SEDONA-410] pre-commit: check that scripts with shebangs are executable 
(#1058)
---
 .github/workflows/scripts/install_r_deps.sh                   | 0
 .github/workflows/scripts/install_system_deps_for_r_build.sh  | 0
 .github/workflows/scripts/prepare_sparklyr_sedona_test_env.sh | 0
 .pre-commit-config.yaml                                       | 2 +-
 binder/start                                                  | 0
 docker/sedona.sh                                              | 0
 docker/spark.sh                                               | 0
 7 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/scripts/install_r_deps.sh 
b/.github/workflows/scripts/install_r_deps.sh
old mode 100644
new mode 100755
diff --git a/.github/workflows/scripts/install_system_deps_for_r_build.sh 
b/.github/workflows/scripts/install_system_deps_for_r_build.sh
old mode 100644
new mode 100755
diff --git a/.github/workflows/scripts/prepare_sparklyr_sedona_test_env.sh 
b/.github/workflows/scripts/prepare_sparklyr_sedona_test_env.sh
old mode 100644
new mode 100755
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 4d1bdd4d6..e6473e908 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
       # - id: check-executables-have-shebangs
       # - id: check-json
       - id: check-merge-conflict
-      # - id: check-shebang-scripts-are-executable
+      - id: check-shebang-scripts-are-executable
       - id: check-toml
       - id: check-vcs-permalinks
       - id: check-xml
diff --git a/binder/start b/binder/start
old mode 100644
new mode 100755
diff --git a/docker/sedona.sh b/docker/sedona.sh
old mode 100644
new mode 100755
diff --git a/docker/spark.sh b/docker/spark.sh
old mode 100644
new mode 100755

Reply via email to