Skip to content

Add static checks to CI via make format#36

Merged
karakanb merged 1 commit into
mainfrom
go-tests-pr-release-actions
Jun 20, 2026
Merged

Add static checks to CI via make format#36
karakanb merged 1 commit into
mainfrom
go-tests-pr-release-actions

Conversation

@karakanb

Copy link
Copy Markdown
Contributor

Summary

CI only ran unit tests and smoke checks, with no shared local command for gofmt, go vet, or frontend static analysis. This PR expands make format into format-go and format-frontend, wires it into the PR CI workflow, and includes the small follow-up fixes needed for those checks to pass (gofmt on five Go files, typed window.__DAC_STATIC__, and ESLint rule tuning for existing React patterns).

Testing

  • make format
  • make test
  • make build
  • relevant example or manual smoke test

Checklist

  • scanned docs/ and updated (or added) the relevant pages
  • examples updated if the authoring model changed
  • screenshots or recordings attached for UI changes

Made with Cursor

Extend make format with gofmt, go vet, and frontend typecheck/lint so the same checks run locally and in PR CI.

Co-authored-by: Cursor <cursoragent@cursor.com>
@karakanb karakanb merged commit 2f9d1fd into main Jun 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant