Skip to content

Commit

Permalink
Add Super-Linter
Browse files Browse the repository at this point in the history
Signed-off-by: Tilo Spannagel <[email protected]>
  • Loading branch information
tilosp committed Aug 28, 2020
1 parent 488378f commit 9cbb460
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Lint Code Base

on:
pull_request:
push:

jobs:

build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Code Base
uses: github/super-linter@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_BASH: true
VALIDATE_DOCKERFILE: true
VALIDATE_DOCKERFILE_HADOLINT: true
VALIDATE_ENV: true
VALIDATE_PHP_BUILTIN: true
VALIDATE_YAML: true

0 comments on commit 9cbb460

Please sign in to comment.