From 6015546a7b22720194c287063d2cf5f307ab84f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gerdau?= Date: Sun, 21 Apr 2024 19:13:57 +0200 Subject: [PATCH] chore: add linting of tenant module --- .github/workflows/lint.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fd3aab1..783eb0d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,6 +3,17 @@ name: golangci-lint on: [ push ] jobs: golangci: + strategy: + matrix: + working-dir: [ + '.', + 'tenant' + ] + + defaults: + run: + working-directory: ${{ matrix.working-dir }} + name: Lint runs-on: ubuntu-latest steps: