Skip to content

Commit

Permalink
set execute bit on all scripts and removed redundant commands
Browse files Browse the repository at this point in the history
  • Loading branch information
molangning committed Nov 24, 2023
1 parent d6e0ae7 commit d0e6d42
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2 deletions.
Empty file modified .bin/check-file-for-starting-slash
100644 → 100755
Empty file.
Empty file modified .bin/file-extensions-downloader.py
100644 → 100755
Empty file.
Empty file modified .bin/generate-environment-identifiers-dict.sh
100644 → 100755
Empty file.
Empty file modified .bin/os-names-mutate.py
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"

0 comments on commit d0e6d42

Please sign in to comment.