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
Prev Previous commit
Next Next commit
chore: bootstrap api before docs test
  • Loading branch information
dyladan committed May 19, 2020
commit f7871f081a5a8894b860cff6a0f745470b1d5b47
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ jobs:
run: |
npm run lint
npm run lint:examples
npm run docs-test

- name: Install API Dependencies
run: lerna bootstrap --no-ci --scope @opentelemetry/api --include-filtered-dependencies

- name: Test Docs
run: npm run docs-test