Skip to content

Commit 8dd3d0b

Browse files
authored
chore: chmod +x (#3299)
1 parent 0f23d5f commit 8dd3d0b

File tree

19 files changed

+1
-20
lines changed

19 files changed

+1
-20
lines changed

.github/workflows/dev_pr/body_check.py

100644100755
File mode changed.

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ repos:
2424
- repo: https://github.com/pre-commit/pre-commit-hooks
2525
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # v5.0.0
2626
hooks:
27+
- id: check-shebang-scripts-are-executable
2728
- id: check-xml
2829
- id: check-yaml
2930
exclude: ci/conda/meta.yaml

ci/conda/build-cpp.sh

100644100755
File mode changed.

ci/conda/build-python.sh

100644100755
File mode changed.

ci/scripts/gemfury_clean.py

100644100755
File mode changed.

ci/scripts/go_build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env bash
21
# Licensed to the Apache Software Foundation (ASF) under one
32
# or more contributor license agreements. See the NOTICE file
43
# distributed with this work for additional information

ci/scripts/go_test.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env bash
21
# Licensed to the Apache Software Foundation (ASF) under one
32
# or more contributor license agreements. See the NOTICE file
43
# distributed with this work for additional information

ci/scripts/python_util.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env bash
2-
#
31
# Licensed to the Apache Software Foundation (ASF) under one
42
# or more contributor license agreements. See the NOTICE file
53
# distributed with this work for additional information

dev/adbc_dev/tests/test_changelog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
# Licensed to the Apache Software Foundation (ASF) under one
32
# or more contributor license agreements. See the NOTICE file
43
# distributed with this work for additional information

dev/adbc_dev/title_check.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)