We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8efe8 commit 30c4ffbCopy full SHA for 30c4ffb
1 file changed
.github/workflows/linter.yml
@@ -41,6 +41,9 @@ jobs:
41
with:
42
# Full git history is needed to get a proper list of changed files within `super-linter`
43
fetch-depth: 0
44
+ - name: Setup script executable
45
+ run: |
46
+ chmod +x *.sh
47
48
################################
49
# Run Linter against code base #
@@ -51,4 +54,4 @@ jobs:
51
54
VALIDATE_ALL_CODEBASE: false
52
55
ERROR_ON_MISSING_EXEC_BIT: true
53
56
DEFAULT_BRANCH: master
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments