Skip to content

Feature/ci check#31

Merged
hurtki merged 2 commits intomasterfrom
feature/ci-check
Mar 16, 2026
Merged

Feature/ci check#31
hurtki merged 2 commits intomasterfrom
feature/ci-check

Conversation

@hurtki
Copy link
Copy Markdown
Owner

@hurtki hurtki commented Mar 16, 2026

Changes

CI static check using github actions workflow

Includes:

  • formatting check ( using gofmt )
    use gofmt -s -w . locally to format
  • go tests check for every ms
    use sh run_tests.sh locally to check tests and coverage ( coverage not required in CI )
  • spelling check ( using misspel )
    to install misspell use go install github.com/client9/misspell/cmd/misspell@latest
    to fix all issues: misspell -source=auto -w .

@hurtki hurtki self-assigned this Mar 16, 2026
@hurtki hurtki added the enhancement New feature or request label Mar 16, 2026
@hurtki hurtki merged commit 253e315 into master Mar 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant