Add linter workflow to middleware dir

pull/520/head
Fenny 2020-06-30 00:32:02 +02:00
parent 64916c82e2
commit e978c6ccd9
1 changed files with 1 additions and 0 deletions

View File

@ -10,3 +10,4 @@ jobs:
uses: reviewdog/action-golangci-lint@v1
with:
golangci_lint_flags: "--tests=false"
workdir: ./...