Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial project scaffolding #1

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

adrianchiris
Copy link
Collaborator

  • Add github issue templates
  • Add github workflows (build, test, lint, image push, codeql)
  • Setup golangci-lint
  • Setup mockery
  • Implement stub application with basic functionality
  • Add Dockerfile
  • Add README and CONTRIBUTING doc
  • Add various automations using Task

return err
}

func folderExist(path string) error {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you move folderExist to utils?

.gitignore Outdated Show resolved Hide resolved
.golangci.yaml Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
taskfiles/Version.yaml Outdated Show resolved Hide resolved
cmd/nic-feature-discovery/app/app.go Outdated Show resolved Hide resolved
cmd/nic-feature-discovery/main.go Outdated Show resolved Hide resolved
- Add github issue templates
- Add github workflows (build, test, lint, image push, codeql)
- Setup golangci-lint
- Setup mockery
- Implement stub application with basic functionality
- Add Dockerfile
- Add README and CONTRIBUTING doc
- Add various automations using Task

Signed-off-by: adrianc <[email protected]>
@ykulazhenkov ykulazhenkov merged commit 3fdb7af into Mellanox:main Aug 3, 2023
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.

3 participants