Skip to content

Commit 2078dec

Browse files
authored
Set Execution Rights for GH-Action: Validate Scripts (#1312)
1 parent bc702e2 commit 2078dec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate-scripts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
24+
25+
- name: Set execute permission for .sh files
26+
run: |
27+
chmod +x ct/*.sh
2428
2529
- name: Get changed files
2630
id: changed-files

0 commit comments

Comments
 (0)