Set Execution Rights for GH-Action: Validate Scripts

This commit is contained in:
CanbiZ 2025-01-07 08:53:16 +01:00 committed by GitHub
parent bc702e2a6d
commit c3dbf40dc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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