Merge pull request #925 from molangning/master

set execute bit on all scripts and removed redundant commands
This commit is contained in:
g0tmi1k 2023-11-24 15:54:36 +00:00 committed by GitHub
commit 644fdc4ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 2 deletions

0
.bin/check-file-for-starting-slash Normal file → Executable file
View File

0
.bin/file-extensions-downloader.py Normal file → Executable file
View File

0
.bin/generate-environment-identifiers-dict.sh Normal file → Executable file
View File

0
.bin/os-names-mutate.py Normal file → Executable file
View File

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 }}"