add super-linter github actions workflow

This commit is contained in:
alexey.lysiuk 2020-06-21 10:16:30 +03:00
parent 1b92af1332
commit 1eb7c2700e
1 changed files with 10 additions and 0 deletions

10
.github/workflows/lint.yml vendored Normal file
View File

@ -0,0 +1,10 @@
name: Lint
on: [push, pull_request]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker://github/super-linter:v2.1.0