Skip to content

[UNIT TEST] Update mockgen and create client mock #26

[UNIT TEST] Update mockgen and create client mock

[UNIT TEST] Update mockgen and create client mock #26

Workflow file for this run

name: static check
on: pull_request
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: golangci-lint by reviewdog
uses: reviewdog/action-golangci-lint@v2
- name: Check code formatting using gofmt
uses: Jerome1337/[email protected]