REPOSITORY / ScuroNeko/Laniakea

Pull Requests

PULL REQUESTS REPOSITORY

v1.0.0 #9

Merged
ScuroNeko merged 101 commits from dev into main 2026-05-20 13:43:34 +03:00
Showing only changes of commit 6595265cb3 - Show all commits
+7
View File
@@ -8,5 +8,12 @@ jobs:
steps:
- name: Checkout repository code
uses: actions/checkout@v6
- name: Verify formatting
run: test -z "$(gofmt -l .)"
- name: Run go test
run: go test ./...
- name: Run golangci-lint
run: golangci-lint run