Skip to content

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

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 2 commits into from
Aug 6, 2021

Conversation

silvanocerza
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

Checks will fail but code will be fixed in a subsequent PR.

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
@silvanocerza silvanocerza requested a review from per1234 August 6, 2021 13:22
@silvanocerza silvanocerza self-assigned this Aug 6, 2021
@silvanocerza silvanocerza merged commit 1d056da into main Aug 6, 2021
@silvanocerza silvanocerza deleted the scerza/go-check branch August 6, 2021 13:56
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