Lint v2 code

This commit is contained in:
Yoshiyuki Mineo
2025-05-02 01:41:35 +09:00
parent 91ab975ee2
commit 0b81988f79

View File

@@ -35,6 +35,8 @@ jobs:
- name: Lint Code
uses: golangci/golangci-lint-action@v6
with:
working-directory: ./v2
- name: Check format
run: test -z "`gofmt -l .`"