Skip to content

Commit

Permalink
feat(ci): Setup script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
lework authored May 4, 2021
1 parent bd8efe8 commit 30c4ffb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Setup script executable
run: |
chmod +x *.sh
################################
# Run Linter against code base #
Expand All @@ -51,4 +54,4 @@ jobs:
VALIDATE_ALL_CODEBASE: false
ERROR_ON_MISSING_EXEC_BIT: true
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 30c4ffb

Please sign in to comment.