set execute bit on all scripts and removed redundant commands

This commit is contained in:
Mo Langning
2023-11-24 23:42:42 +08:00
parent d6e0ae78c9
commit d0e6d42035
5 changed files with 1 additions and 2 deletions
View File
View File
View File
Regular → Executable
View File
@@ -26,5 +26,4 @@ jobs:
uses: tj-actions/changed-files@v34
- name: Analyze all added or modified files
run: |
chmod +x ./.bin/check-file-for-starting-slash
./.bin/check-file-for-starting-slash "${{ steps.changed-files.outputs.all_changed_files }}"
./.bin/check-file-for-starting-slash "${{ steps.changed-files.outputs.all_changed_files }}"