(ci/cd): added go test and gofmt
Golang lint / lint (push) Successful in 3m34s

This commit is contained in:
2026-04-30 14:02:15 +03:00
parent 071fc2375e
commit 6595265cb3
+7
View File
@@ -8,5 +8,12 @@ jobs:
steps: steps:
- name: Checkout repository code - name: Checkout repository code
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Verify formatting
run: test -z "$(gofmt -l .)"
- name: Run go test
run: go test ./...
- name: Run golangci-lint - name: Run golangci-lint
run: golangci-lint run run: golangci-lint run