Merge pull request #11 from angristan/dependabot-lint

Add dependabot and super linter
This commit is contained in:
Stanislas 2020-07-24 13:03:14 +02:00 committed by GitHub
commit 3387aa42e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 35 additions and 0 deletions

18
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
assignees:
- "angristan"
reviewers:
- "angristan"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
assignees:
- "angristan"
reviewers:
- "angristan"

17
.github/workflows/linter.yml vendored Normal file
View file

@ -0,0 +1,17 @@
---
name: Lint Code Base
on: push
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Code Base
uses: docker://github/super-linter:v2.2.2
env:
VALIDATE_ENV: false