Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottBrenner authored Jun 27, 2020
1 parent d0dc353 commit 94777fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@master
uses: actions/checkout@v2

################################
# Run Linter against code base #
################################
- name: Lint Code Base
uses: docker://github/super-linter:latest
uses: docker://github/super-linter:v2.2.0
env:
VALIDATE_ALL_CODEBASE: true

0 comments on commit 94777fc

Please sign in to comment.