Skip to content

Conversation

@hemanta212
Copy link
Contributor

Adds CI automation with:

  • Taskfile.yml for build, test, fmt, lint tasks
  • GitHub Actions workflow triggering on push/PR to main
  • Tool installation (gofumpt, goimports, golangci-lint)

- Remove vendor directories (root and example/)
- Add .gitignore for binaries, IDE files, and local config
- Update go.mod to use github.com/rlch/neogo@orm branch
- Replace participle with github.com/rlch/participle fork
- Run gofumpt and goimports formatting
- Add GitHub Actions CI workflow (build, test, format checks)
- Create Taskfile.yml with tasks: build, test, fmt, lint, tools, clean
- Simplify ci.yml to use 'task ci' instead of inline commands
- Add arduino/setup-task action for Task installation
@hemanta212
Copy link
Contributor Author

Redundant - CI workflow with PR triggers already merged in #1

@hemanta212 hemanta212 closed this Jan 12, 2026
@hemanta212 hemanta212 deleted the ci-setup branch January 12, 2026 06:32
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