Skip to content

Commit

Permalink
.github/workflows: Disable checking of executable bit on shell scripts
Browse files Browse the repository at this point in the history
Some shell scripts may just be included (`source`) in other shell
scripts and don't require execution permission.

Signed-off-by: Razvan Deaconescu <razvan.deaconescu@upb.ro>
  • Loading branch information
razvand authored and gabrielmocanu committed Mar 24, 2023
1 parent 1b7b581 commit 5522ad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
VALIDATE_ALL_CODEBASE: false
VALIDATE_GITHUB_ACTIONS: false
VALIDATE_CLANG_FORMAT: false
VALIDATE_BASH_EXEC: false
LINTER_RULES_PATH: /.github/workflows/
MARKDOWN_CONFIG_FILE: config/config.json
MARKDOWN_CUSTOM_RULE_GLOBS: rules/rules.js
Expand Down

0 comments on commit 5522ad4

Please sign in to comment.