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

ci(lint): add setup-go action to lint job #453

Merged
merged 3 commits into from
Nov 16, 2022
Merged

ci(lint): add setup-go action to lint job #453

merged 3 commits into from
Nov 16, 2022

Conversation

nikoksr
Copy link
Owner

@nikoksr nikoksr commented Nov 12, 2022

Description

Added the setup-go action before the linter job runs. Updated the README slightly; added a warning about the deprecated Twitter service.

Motivation and Context

Added setup-go action to prevent future linter problems due to missing or untidy go dependencies. In private tests this showed to stabilize the workflow and prevent false positives.

There should be a noticeable warning about the deprecated Twitter client library in the Readme to make people prematurely aware about potential problems with the service.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (no code change)
  • Refactor (refactoring production code)
  • [ x CI

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

The Twitter client library we use is not maintained anymore. We should consider
switching to a maintained library. Marking this as potentially instable.

See here for more information: https://github.com/dghubble/go-twitter#go-twitter----
@nikoksr nikoksr added affects/docs Improvements or additions to documentation affects/ci Issue or PR related to the CI. labels Nov 12, 2022
@codecov-commenter
Copy link

codecov-commenter commented Nov 12, 2022

Codecov Report

Base: 72.48% // Head: 72.48% // No change to project coverage 👍

Coverage data is based on head (66300fd) compared to base (0321d91).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #453   +/-   ##
=======================================
  Coverage   72.48%   72.48%           
=======================================
  Files          32       32           
  Lines         985      985           
=======================================
  Hits          714      714           
  Misses        203      203           
  Partials       68       68           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@nikoksr nikoksr merged commit 784f2b7 into main Nov 16, 2022
@nikoksr nikoksr deleted the chore/maintenance branch November 16, 2022 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/ci Issue or PR related to the CI. affects/docs Improvements or additions to documentation size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants