Add dependabot and super linter
This commit is contained in:
17
.github/workflows/linter.yml
vendored
Normal file
17
.github/workflows/linter.yml
vendored
Normal 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
|
Reference in New Issue
Block a user