Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
radiantnode committed Jun 28, 2020
1 parent 5259ddd commit 6380e71
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ name: Super Linter
on: [pull_request]

jobs:
super-linter:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Super-Linter
uses: github/[email protected]
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Code Base
uses: docker://github/super-linter:v2.2.0
env:
VALIDATE_ALL_CODEBASE: true

0 comments on commit 6380e71

Please sign in to comment.