Set Execution Rights for GH-Action: Validate Scripts (#1312)

This commit is contained in:
CanbiZ
2025-01-07 08:53:52 +01:00
committed by GitHub
parent bc702e2a6d
commit 2078deca57

View File

@ -21,6 +21,10 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: ${{ github.event_name == 'pull_request' && 2 || 0 }}
- name: Set execute permission for .sh files
run: |
chmod +x ct/*.sh
- name: Get changed files
id: changed-files