Skip to content

Add CI workflow to lint and check formatting of Go code #4

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

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

MatteoPologruto
Copy link
Contributor

On every push and pull request that affects relevant files, check the repository's Go module for:

  • Common detectable errors in the code.
  • Use of outdated APIs
  • Code style violations
  • Code formatting inconsistency
  • Misconfiguration

On every push and pull request that affects relevant files, check the Go module for:

- Common detectable errors in the code.
- Use of outdated APIs
- Code style violations
- Code formatting inconsistency
- Misconfiguration
@MatteoPologruto MatteoPologruto added the type: enhancement Proposed improvement label Jul 12, 2023
@MatteoPologruto MatteoPologruto self-assigned this Jul 12, 2023
@MatteoPologruto MatteoPologruto merged commit 3518634 into main Jul 12, 2023
@MatteoPologruto MatteoPologruto deleted the check-go-task branch July 12, 2023 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants