Skip to content

Commit 30c4ffb

Browse files
authored
feat(ci): Setup script executable
1 parent bd8efe8 commit 30c4ffb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/linter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
with:
4242
# Full git history is needed to get a proper list of changed files within `super-linter`
4343
fetch-depth: 0
44+
- name: Setup script executable
45+
run: |
46+
chmod +x *.sh
4447
4548
################################
4649
# Run Linter against code base #
@@ -51,4 +54,4 @@ jobs:
5154
VALIDATE_ALL_CODEBASE: false
5255
ERROR_ON_MISSING_EXEC_BIT: true
5356
DEFAULT_BRANCH: master
54-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)