Skip to content

Commit

Permalink
ci: update linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Sep 16, 2020
1 parent 14a08ca commit 0cfd898
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Code Base
uses: docker://github/super-linter:v3
uses: github/super-linter@v3
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MD: false
VALIDATE_GO: false
DEFAULT_BRANCH: develop
DEFAULT_BRANCH: develop
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0cfd898

Please sign in to comment.