Skip to content

Commit

Permalink
chore: add linting of tenant module
Browse files Browse the repository at this point in the history
  • Loading branch information
kernle32dll committed May 28, 2024
1 parent a73d7f6 commit 6015546
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6015546

Please sign in to comment.