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

Move lint and doc check to actions #1081

Merged
merged 11 commits into from
Jun 3, 2020

Conversation

dyladan
Copy link
Member

@dyladan dyladan commented May 19, 2020

Moving to github actions gives us more control over the caching step, which may make it easier to speed up our build process. Since the lint step is low-impact, I'm testing it here first. In the future, I would like to also introduce some release automation actions.

@codecov-commenter
Copy link

codecov-commenter commented May 19, 2020

Codecov Report

Merging #1081 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1081   +/-   ##
=======================================
  Coverage   92.28%   92.28%           
=======================================
  Files         116      116           
  Lines        3396     3396           
  Branches      686      686           
=======================================
  Hits         3134     3134           
  Misses        262      262           

@dyladan
Copy link
Member Author

dyladan commented May 21, 2020

@mayurkale22 one advantage of this is it uses the same version for linting that local installs do, skipping the weird hacks done by the circle ci version. Would prevent issues like what @naseemkullah is having, which is caused by a version discrepancy.

@dyladan dyladan mentioned this pull request May 26, 2020
@mayurkale22
Copy link
Member

@dyladan Looks good to merge.

@dyladan dyladan merged commit d52026d into open-telemetry:master Jun 3, 2020
@dyladan dyladan deleted the lint-action branch June 3, 2020 15:35
pichlermarc pushed a commit to dynatrace-oss-contrib/opentelemetry-js that referenced this pull request Dec 15, 2023
Co-authored-by: kirrg001 <katharina.irrgang@ibm.com>
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.

None yet

5 participants