Skip to content

Commit

Permalink
fix: generate mocks so Lint doesn't complain
Browse files Browse the repository at this point in the history
  • Loading branch information
BarcoMasile committed Mar 19, 2024
1 parent 7f53271 commit 686460e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-rebac-admin-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
with:
go-version-file: 'go.mod'

- name: Generate mocks
working-directory: ./rebac-admin-backend
run: make mocks

- uses: golangci/golangci-lint-action@v3
name: Perform linting and annotate code
with:
Expand Down

0 comments on commit 686460e

Please sign in to comment.