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

Add git workflow for golang linters and unittests #15

Merged
merged 3 commits into from
May 8, 2024

Conversation

shinae-woo
Copy link
Collaborator

  • This workflow will be triggered on every push event on the main and when creating or updating new PRs.

  • go vet might be redundant with golangci-lint as well. But I included it as a part of workflow as Makefile has a separate target for it

  • We may also need to introduce golangci config as well.

@shinae-woo shinae-woo force-pushed the git-workflow-linter branch 2 times, most recently from ae67c9f to b628693 Compare May 8, 2024 22:13
@shinae-woo shinae-woo force-pushed the git-workflow-linter branch from b628693 to 29b9a9d Compare May 8, 2024 22:20
@shinae-woo shinae-woo requested review from dmitsh and yuanchen8911 May 8, 2024 22:23
@shinae-woo shinae-woo merged commit 5aefacc into main May 8, 2024
4 checks passed
@shinae-woo shinae-woo deleted the git-workflow-linter branch May 8, 2024 22:35
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.

2 participants