Skip to content

Commit

Permalink
[SEDONA-410] pre-commit: check that scripts with shebangs are executable
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Oct 24, 2023
1 parent bd864a9 commit 25259d4
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
Empty file modified .github/workflows/scripts/install_r_deps.sh
100644 → 100755
Empty file.
Empty file modified .github/workflows/scripts/install_system_deps_for_r_build.sh
100644 → 100755
Empty file.
Empty file modified .github/workflows/scripts/prepare_sparklyr_sedona_test_env.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file modified binder/start
100644 → 100755
Empty file.
Empty file modified docker/sedona.sh
100644 → 100755
Empty file.
Empty file modified docker/spark.sh
100644 → 100755
Empty file.

0 comments on commit 25259d4

Please sign in to comment.