Skip to content

Commit

Permalink
Fix Linting from Forks (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinbuss authored Sep 14, 2021
1 parent 8bbb246 commit 7d17011
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
- name: Check Out Repository
id: checkout_repository
uses: actions/checkout@v2
with:
fetch-depth: 0

# Lint ARM templates
# Lint code base
- name: Lint
id: arm_lint
uses: github/super-linter@v3
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
Expand Down

0 comments on commit 7d17011

Please sign in to comment.