Delete .github/workflows directory
1 file changed
tree: 39d18ad011cf00b716daa8ee48dc0fbc7a1f320b
  1. api/
  2. assets/
  3. config/
  4. configs/
  5. deployments/
  6. examples/
  7. log/
  8. pkg/
  9. plugin/
  10. runtime/
  11. scripts/
  12. style/
  13. tests/
  14. .asf.yaml
  15. eventmesh.go
  16. go.mod
  17. go.sum
  18. LICENSE
  19. Makefile
  20. README.md
README.md

EventMesh Server Go

  • Makefile tip
  1. use golangci-lint static code check
  • install: go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
  • make lint
  1. test code
  • make test
  1. test coverage
  • make coverage
  1. build code
  • make build