[CI] add linting

This commit is contained in:
Felix Buehler 2020-06-24 13:02:15 +02:00
parent 0d02640fba
commit 1c983c5cdd

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

@ -0,0 +1,13 @@
name: Build
on: [push, pull_request]
jobs:
build:
name: Lint Code Base
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint Code Base
uses: docker://github/super-linter:v2.2.0
env:
VALIDATE_ALL_CODEBASE: false