fix(ci): formatting event & chmod +x (#1335)
This commit is contained in:
4
.github/workflows/validate-scripts.yml
vendored
4
.github/workflows/validate-scripts.yml
vendored
@@ -33,10 +33,6 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0 # Ensure the full history is fetched for accurate diffing
|
||||
ref: ${{ github.event_name == 'pull_request_target' && fromJSON(steps.pr.outputs.result).merge_commit_sha || '' }}
|
||||
|
||||
- name: Set execute permission for .sh files
|
||||
run: |
|
||||
chmod +x ct/*.sh
|
||||
|
||||
- name: Get changed files
|
||||
id: changed-files
|
||||
|
||||
Reference in New Issue
Block a user